Html Css Color HEX #FF5EF8 Pink Flamingo

📋 copy color: '#FF5EF8'

red 255 ◦ green 94 ◦ blue 248

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

Shades of Pink Flamingo #FF5EF8

Tints of Pink Flamingo #FF5EF8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 15.75%

 BLUE value IS 248 (97.27% from 255) = 41.54%

R = 42.71%
G = 15.75%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FF5EF8 (or 0xFF5EF8) is known color: Pink Flamingo. HEX triplet: FF, 5E and F8. RGB value is (255,94,248). Sum of RGB (Red+Green+Blue) = 255+94+248=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 94 (37.11% from 255 or 15.75% from 597); Blue value is 248 (97.27% from 255 or 41.54% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5EF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5EF8 is #00A107. Grayscale: #9F9F9F. Windows color (decimal): -41224 or 16277247. OLE color: 16277247.

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

Color convert

RGB 255 94 248 -
CMYK 0 0.63 0.03 0
HSL 302.61º 1% 0.68% -
HSV(B) 302.61º 0.63% 1% -
XYZ 62.19 36.04 92.49 -
YUV 159.7 177.84 195.98 -
System Red Green Blue C M Y K H S L
Decimal 255 94 248 0 0.63 0.03 0 302.61 1 0.68
Hex FF 5E F8 0 3F 3 0 12F 64 44
Octal 377 136 370 0 77 3 0 457 144 104
Binary 11111111 1011110 11111000 0 111111 11 0 100101111 1100100 1000100

Color Harmonies of #FF5EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5EF8

Black with #FF5EF8

Text Example


Text Example

White with #FF5EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5EF8; }

 p { color: rgb(255,94,248); }

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

background-color css

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

 a { background-color: rgb(255,94,248); }

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

border-color css

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

 span { border-color: rgb(255,94,248); }

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