#f95bea

Color #F95BEA Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #F95BEA

Tints of Pink Flamingo #F95BEA

Color information

#F95BEA (or 0xF95BEA) is unknown color: approx Pink Flamingo. HEX triplet: F9, 5B and EA. RGB value is (249,91,234). Sum of RGB (Red+Green+Blue) = 249+91+234=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 91 (35.94% from 255 or 15.85% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F95BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F95BEA is #06A415. Grayscale: #9A9A9A. Windows color (decimal): -435222 or 15358969. OLE color: 15358969.

HSL color Cylindrical-coordinate representation of color #F95BEA: hue angle of 305.7º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F95BEA is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB24991234-
CMYK00.630.060.02
HSL305.7º92.94%66.67%-
HSV(B)305.7º63.45%97.65%-
XYZ57.6633.5681.28-
YUV154.54172.85195.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 43.38%
GREEN value IS 91 (35.94% from 255) = 15.85%
BLUE value IS 234 (91.80% from 255) = 40.77%
R=43.38%
G=15.85%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499123400.630.060.02305.792.9466.67
HexF95BEA03F621325d43
Octal37113335207762462135103
Binary1111100110110111110101001111111101010011001010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f95bea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f95bea; }

 p { color: rgb(249,91,234); }

 H1.HeaderClassName
 {
   color: #f95bea;
 }
 .AnyTagClassName
 {
   color: #f95bea;
 }
</style>
background-color css

<style>
 a { background-color: #f95bea; }

 a { background-color: rgb(249,91,234); }

 div.DivClassName
 {
   background-color: #f95bea;
 }
 .BgClassName
 {
   background-color: #f95bea;
 }
</style>
border-color css

<style>
 span { border-color: #f95bea; }

 span { border-color: rgb(249,91,234); }

 td.TdClassName
 {
   border-color: #f95bea;
 }
 .TagClassName
 {
   border-color: #f95bea;
 }
</style>