Html Css Color HEX #FF5EFC Pink Flamingo

📋 copy color: '#FF5EFC'

red 255 ◦ green 94 ◦ blue 252

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

Shades of Pink Flamingo #FF5EFC

Tints of Pink Flamingo #FF5EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.93%

R = 42.43%
G = 15.64%
B = 41.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FF5EFC (or 0xFF5EFC) is known color: Pink Flamingo. HEX triplet: FF, 5E and FC. RGB value is (255,94,252). Sum of RGB (Red+Green+Blue) = 255+94+252=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 94 (37.11% from 255 or 15.64% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5EFC is #00A103. Grayscale: #9F9F9F. Windows color (decimal): -41220 or 16539391. OLE color: 16539391.

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

Color convert

RGB 255 94 252 -
CMYK 0 0.63 0.01 0
HSL 301.12º 1% 0.68% -
HSV(B) 301.12º 0.63% 1% -
XYZ 62.81 36.29 95.79 -
YUV 160.15 179.84 195.65 -
System Red Green Blue C M Y K H S L
Decimal 255 94 252 0 0.63 0.01 0 301.12 1 0.68
Hex FF 5E FC 0 3F 1 0 12D 64 44
Octal 377 136 374 0 77 1 0 455 144 104
Binary 11111111 1011110 11111100 0 111111 1 0 100101101 1100100 1000100

Color Harmonies of #FF5EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5EFC

Black with #FF5EFC

Text Example


Text Example

White with #FF5EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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