Html Css Color HEX #FF5FF9 Pink Flamingo

📋 copy color: '#FF5FF9'

red 255 ◦ green 95 ◦ blue 249

#FF5FF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flamingo #FF5FF9

Tints of Pink Flamingo #FF5FF9

RGB

 RED value IS 255 (100% from 255) = 42.57%

 GREEN value IS 95 (37.5% from 255) = 15.86%

 BLUE value IS 249 (97.66% from 255) = 41.57%

R = 42.57%
G = 15.86%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF5FF9 (or 0xFF5FF9) is known color: Pink Flamingo. HEX triplet: FF, 5F and F9. RGB value is (255,95,249). Sum of RGB (Red+Green+Blue) = 255+95+249=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 95 (37.5% from 255 or 15.86% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5FF9 is #00A006. Grayscale: #9F9F9F. Windows color (decimal): -40967 or 16343039. OLE color: 16343039.

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

Color convert

RGB 255 95 249 -
CMYK 0 0.63 0.02 0
HSL 302.25º 1% 0.69% -
HSV(B) 302.25º 0.63% 1% -
XYZ 62.43 36.28 93.34 -
YUV 160.4 178.01 195.48 -
System Red Green Blue C M Y K H S L
Decimal 255 95 249 0 0.63 0.02 0 302.25 1 0.69
Hex FF 5F F9 0 3F 2 0 12E 64 45
Octal 377 137 371 0 77 2 0 456 144 105
Binary 11111111 1011111 11111001 0 111111 10 0 100101110 1100100 1000101

Color Harmonies of #FF5FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5FF9

Black with #FF5FF9

Text Example


Text Example

White with #FF5FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5FF9; }

 p { color: rgb(255,95,249); }

 H1.HeaderClassName
 {
   color: #FF5FF9;
 }
 .AnyTagClassName
 {
   color: #FF5FF9;
 }
</style>

background-color css

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

 a { background-color: rgb(255,95,249); }

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

border-color css

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

 span { border-color: rgb(255,95,249); }

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