Html Css Color HEX #FC5CFF Pink Flamingo

📋 copy color: '#FC5CFF'

red 252 ◦ green 92 ◦ blue 255

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

Shades of Pink Flamingo #FC5CFF

Tints of Pink Flamingo #FC5CFF

RGB

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

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

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

R = 42.07%
G = 15.36%
B = 42.57%

CMYK

 C value IS 0.01

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC5CFF (or 0xFC5CFF) is known color: Pink Flamingo. HEX triplet: FC, 5C and FF. RGB value is (252,92,255). Sum of RGB (Red+Green+Blue) = 252+92+255=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 92 (36.33% from 255 or 15.36% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC5CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5CFF is #03A300. Grayscale: #9D9D9D. Windows color (decimal): -238337 or 16735484. OLE color: 16735484.

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

Color convert

RGB 252 92 255 -
CMYK 0.01 0.64 0 0
HSL 298.9º 1% 0.68% -
HSV(B) 298.9º 0.64% 1% -
XYZ 62.02 35.57 98.2 -
YUV 158.42 182.51 194.75 -
System Red Green Blue C M Y K H S L
Decimal 252 92 255 0.01 0.64 0 0 298.9 1 0.68
Hex FC 5C FF 1 40 0 0 12B 64 44
Octal 374 134 377 1 100 0 0 453 144 104
Binary 11111100 1011100 11111111 1 1000000 0 0 100101011 1100100 1000100

Color Harmonies of #FC5CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5CFF

Black with #FC5CFF

Text Example


Text Example

White with #FC5CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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