Html Css Color HEX #FC3FFC Pink Flamingo

📋 copy color: '#FC3FFC'

red 252 ◦ green 63 ◦ blue 252

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

Shades of Pink Flamingo #FC3FFC

Tints of Pink Flamingo #FC3FFC

RGB

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

 GREEN value IS 63 (25% from 255) = 11.11%

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

R = 44.44%
G = 11.11%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC3FFC (or 0xFC3FFC) is known color: Pink Flamingo. HEX triplet: FC, 3F and FC. RGB value is (252,63,252). Sum of RGB (Red+Green+Blue) = 252+63+252=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 63 (25% from 255 or 11.11% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC3FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC3FFC is #03C003. Grayscale: #8C8C8C. Windows color (decimal): -245764 or 16531452. OLE color: 16531452.

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

Color convert

RGB 252 63 252 -
CMYK 0 0.75 0 0.01
HSL 300º 0.97% 0.62% -
HSV(B) 300º 0.75% 0.99% -
XYZ 59.49 31.28 95 -
YUV 141.06 190.62 207.13 -
System Red Green Blue C M Y K H S L
Decimal 252 63 252 0 0.75 0 0.01 300 0.97 0.62
Hex FC 3F FC 0 4B 0 1 12C 61 3E
Octal 374 77 374 0 113 0 1 454 141 76
Binary 11111100 111111 11111100 0 1001011 0 1 100101100 1100001 111110

Color Harmonies of #FC3FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3FFC

Black with #FC3FFC

Text Example


Text Example

White with #FC3FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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