#F965E6

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

Shades of Pink Flamingo #F965E6

Tints of Pink Flamingo #F965E6

Color information

#F965E6 (or 0xF965E6) is unknown color: approx Pink Flamingo. HEX triplet: F9, 65 and E6. RGB value is (249,101,230). Sum of RGB (Red+Green+Blue) = 249+101+230=580 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.93% from 580); Green value is 101 (39.84% from 255 or 17.41% from 580); Blue value is 230 (90.23% from 255 or 39.66% from 580); Max value from RGB is 249 - color contains mainly: red. Hex color #F965E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F965E6 is #069A19. Grayscale: #9F9F9F. Windows color (decimal): -432666 or 15099385. OLE color: 15099385.

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

Color convert

RGB249101230-
CMYK00.590.080.02
HSL307.7º92.5%68.63%-
HSV(B)307.7º59.44%97.65%-
XYZ5835.1678.59-
YUV159.96167.53191.51-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.93%
GREEN value IS 101 (39.84% from 255) = 17.41%
BLUE value IS 230 (90.23% from 255) = 39.66%
R=42.93%
G=17.41%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910123000.590.080.02307.792.568.63
HexF965E603B821345c45
Octal371145346073102464134105
Binary11111001110010111100110011101110001010011010010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F965E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F965E6; }

 p { color: rgb(249,101,230); }

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

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

 a { background-color: rgb(249,101,230); }

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

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

 span { border-color: rgb(249,101,230); }

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