Html Css Color HEX #FF5FE7 Pink Flamingo

📋 copy color: '#FF5FE7'

red 255 ◦ green 95 ◦ blue 231

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

Shades of Pink Flamingo #FF5FE7

Tints of Pink Flamingo #FF5FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 39.76%

R = 43.89%
G = 16.35%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#FF5FE7 (or 0xFF5FE7) is known color: Pink Flamingo. HEX triplet: FF, 5F and E7. RGB value is (255,95,231). Sum of RGB (Red+Green+Blue) = 255+95+231=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 95 (37.5% from 255 or 16.35% from 581); Blue value is 231 (90.62% from 255 or 39.76% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5FE7 is #00A018. Grayscale: #9D9D9D. Windows color (decimal): -40985 or 15163391. OLE color: 15163391.

HSL color Cylindrical-coordinate representation of color #FF5FE7: hue angle of 309º 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 #FF5FE7 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB 255 95 231 -
CMYK 0 0.63 0.09 0
HSL 309º 1% 0.69% -
HSV(B) 309º 0.63% 1% -
XYZ 59.76 35.21 79.25 -
YUV 158.34 169.01 196.94 -
System Red Green Blue C M Y K H S L
Decimal 255 95 231 0 0.63 0.09 0 309 1 0.69
Hex FF 5F E7 0 3F 9 0 135 64 45
Octal 377 137 347 0 77 11 0 465 144 105
Binary 11111111 1011111 11100111 0 111111 1001 0 100110101 1100100 1000101

Color Harmonies of #FF5FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5FE7

Black with #FF5FE7

Text Example


Text Example

White with #FF5FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5FE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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