Html Css Color HEX #FC5AF6 Pink Flamingo

📋 copy color: '#FC5AF6'

red 252 ◦ green 90 ◦ blue 246

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

Shades of Pink Flamingo #FC5AF6

Tints of Pink Flamingo #FC5AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.84%

R = 42.86%
G = 15.31%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FC5AF6 (or 0xFC5AF6) is known color: Pink Flamingo. HEX triplet: FC, 5A and F6. RGB value is (252,90,246). Sum of RGB (Red+Green+Blue) = 252+90+246=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 90 (35.55% from 255 or 15.31% from 588); Blue value is 246 (96.48% from 255 or 41.84% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5AF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5AF6 is #03A509. Grayscale: #9B9B9B. Windows color (decimal): -238858 or 16145148. OLE color: 16145148.

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

Color convert

RGB 252 90 246 -
CMYK 0 0.64 0.02 0.01
HSL 302.22º 0.96% 0.67% -
HSV(B) 302.22º 0.64% 0.99% -
XYZ 60.44 34.66 90.69 -
YUV 156.22 178.67 196.32 -
System Red Green Blue C M Y K H S L
Decimal 252 90 246 0 0.64 0.02 0.01 302.22 0.96 0.67
Hex FC 5A F6 0 40 2 1 12E 60 43
Octal 374 132 366 0 100 2 1 456 140 103
Binary 11111100 1011010 11110110 0 1000000 10 1 100101110 1100000 1000011

Color Harmonies of #FC5AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5AF6

Black with #FC5AF6

Text Example


Text Example

White with #FC5AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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