Html Css Color HEX #FC5AFF Pink Flamingo

📋 copy color: '#FC5AFF'

red 252 ◦ green 90 ◦ blue 255

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

Shades of Pink Flamingo #FC5AFF

Tints of Pink Flamingo #FC5AFF

RGB

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

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

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

R = 42.21%
G = 15.08%
B = 42.71%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC5AFF (or 0xFC5AFF) is known color: Pink Flamingo. HEX triplet: FC, 5A and FF. RGB value is (252,90,255). Sum of RGB (Red+Green+Blue) = 252+90+255=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 90 (35.55% from 255 or 15.08% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC5AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5AFF is #03A500. Grayscale: #9C9C9C. Windows color (decimal): -238849 or 16734972. OLE color: 16734972.

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

Color convert

RGB 252 90 255 -
CMYK 0.01 0.65 0 0
HSL 298.91º 1% 0.68% -
HSV(B) 298.91º 0.65% 1% -
XYZ 61.85 35.23 98.15 -
YUV 157.25 183.17 195.58 -
System Red Green Blue C M Y K H S L
Decimal 252 90 255 0.01 0.65 0 0 298.91 1 0.68
Hex FC 5A FF 1 41 0 0 12B 64 44
Octal 374 132 377 1 101 0 0 453 144 104
Binary 11111100 1011010 11111111 1 1000001 0 0 100101011 1100100 1000100

Color Harmonies of #FC5AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5AFF

Black with #FC5AFF

Text Example


Text Example

White with #FC5AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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