Html Css Color HEX #FC3CFC Pink Flamingo

📋 copy color: '#FC3CFC'

red 252 ◦ green 60 ◦ blue 252

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

Shades of Pink Flamingo #FC3CFC

Tints of Pink Flamingo #FC3CFC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 10.64%

 BLUE value IS 252 (98.83% from 255) = 44.68%

R = 44.68%
G = 10.64%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC3CFC (or 0xFC3CFC) is known color: Pink Flamingo. HEX triplet: FC, 3C and FC. RGB value is (252,60,252). Sum of RGB (Red+Green+Blue) = 252+60+252=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 60 (23.83% from 255 or 10.64% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC3CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC3CFC is #03C303. Grayscale: #8A8A8A. Windows color (decimal): -246532 or 16530684. OLE color: 16530684.

HSL color Cylindrical-coordinate representation of color #FC3CFC: hue angle of 300º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC3CFC is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 60 252 -
CMYK 0 0.76 0 0.01
HSL 300º 0.97% 0.61% -
HSV(B) 300º 0.76% 0.99% -
XYZ 59.33 30.96 94.94 -
YUV 139.3 191.61 208.39 -
System Red Green Blue C M Y K H S L
Decimal 252 60 252 0 0.76 0 0.01 300 0.97 0.61
Hex FC 3C FC 0 4C 0 1 12C 61 3D
Octal 374 74 374 0 114 0 1 454 141 75
Binary 11111100 111100 11111100 0 1001100 0 1 100101100 1100001 111101

Color Harmonies of #FC3CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3CFC

Black with #FC3CFC

Text Example


Text Example

White with #FC3CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3CFC; }

 p { color: rgb(252,60,252); }

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

background-color css

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

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

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

border-color css

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

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

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