Html Css Color HEX #FF5CEF Pink Flamingo

📋 copy color: '#FF5CEF'

red 255 ◦ green 92 ◦ blue 239

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

Shades of Pink Flamingo #FF5CEF

Tints of Pink Flamingo #FF5CEF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.7%

 BLUE value IS 239 (93.75% from 255) = 40.78%

R = 43.52%
G = 15.7%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FF5CEF (or 0xFF5CEF) is known color: Pink Flamingo. HEX triplet: FF, 5C and EF. RGB value is (255,92,239). Sum of RGB (Red+Green+Blue) = 255+92+239=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 92 (36.33% from 255 or 15.70% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5CEF is #00A310. Grayscale: #9D9D9D. Windows color (decimal): -41745 or 15686911. OLE color: 15686911.

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

Color convert

RGB 255 92 239 -
CMYK 0 0.64 0.06 0
HSL 305.89º 1% 0.68% -
HSV(B) 305.89º 0.64% 1% -
XYZ 60.65 35.15 85.25 -
YUV 157.5 174 197.55 -
System Red Green Blue C M Y K H S L
Decimal 255 92 239 0 0.64 0.06 0 305.89 1 0.68
Hex FF 5C EF 0 40 6 0 132 64 44
Octal 377 134 357 0 100 6 0 462 144 104
Binary 11111111 1011100 11101111 0 1000000 110 0 100110010 1100100 1000100

Color Harmonies of #FF5CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5CEF

Black with #FF5CEF

Text Example


Text Example

White with #FF5CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5CEF; }

 p { color: rgb(255,92,239); }

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

background-color css

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

 a { background-color: rgb(255,92,239); }

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

border-color css

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

 span { border-color: rgb(255,92,239); }

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