Html Css Color HEX #FC5AFE Pink Flamingo

📋 copy color: '#FC5AFE'

red 252 ◦ green 90 ◦ blue 254

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

Shades of Pink Flamingo #FC5AFE

Tints of Pink Flamingo #FC5AFE

RGB

 RED value IS 252 (98.83% from 255) = 42.28%

 GREEN value IS 90 (35.55% from 255) = 15.1%

 BLUE value IS 254 (99.61% from 255) = 42.62%

R = 42.28%
G = 15.1%
B = 42.62%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC5AFE (or 0xFC5AFE) is known color: Pink Flamingo. HEX triplet: FC, 5A and FE. RGB value is (252,90,254). Sum of RGB (Red+Green+Blue) = 252+90+254=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 90 (35.55% from 255 or 15.10% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC5AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5AFE is #03A501. Grayscale: #9C9C9C. Windows color (decimal): -238850 or 16669436. OLE color: 16669436.

HSL color Cylindrical-coordinate representation of color #FC5AFE: hue angle of 299.27º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC5AFE is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 252 90 254 -
CMYK 0.01 0.65 0 0.00
HSL 299.27º 0.99% 0.67% -
HSV(B) 299.27º 0.65% 1% -
XYZ 61.69 35.16 97.3 -
YUV 157.13 182.67 195.66 -
System Red Green Blue C M Y K H S L
Decimal 252 90 254 0.01 0.65 0 0.00 299.27 0.99 0.67
Hex FC 5A FE 1 41 0 0 12B 63 43
Octal 374 132 376 1 101 0 0 453 143 103
Binary 11111100 1011010 11111110 1 1000001 0 0 100101011 1100011 1000011

Color Harmonies of #FC5AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5AFE

Black with #FC5AFE

Text Example


Text Example

White with #FC5AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5AFE; }

 p { color: rgb(252,90,254); }

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

background-color css

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

 a { background-color: rgb(252,90,254); }

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

border-color css

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

 span { border-color: rgb(252,90,254); }

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