Html Css Color HEX #FC3CF6 Pink Flamingo

📋 copy color: '#FC3CF6'

red 252 ◦ green 60 ◦ blue 246

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

Shades of Pink Flamingo #FC3CF6

Tints of Pink Flamingo #FC3CF6

RGB

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

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

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

R = 45.16%
G = 10.75%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FC3CF6 (or 0xFC3CF6) is known color: Pink Flamingo. HEX triplet: FC, 3C and F6. RGB value is (252,60,246). Sum of RGB (Red+Green+Blue) = 252+60+246=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 60 (23.83% from 255 or 10.75% from 558); Blue value is 246 (96.48% from 255 or 44.09% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3CF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC3CF6 is #03C309. Grayscale: #8A8A8A. Windows color (decimal): -246538 or 16137468. OLE color: 16137468.

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

Color convert

RGB 252 60 246 -
CMYK 0 0.76 0.02 0.01
HSL 301.88º 0.97% 0.61% -
HSV(B) 301.88º 0.76% 0.99% -
XYZ 58.4 30.58 90.01 -
YUV 138.61 188.61 208.88 -
System Red Green Blue C M Y K H S L
Decimal 252 60 246 0 0.76 0.02 0.01 301.88 0.97 0.61
Hex FC 3C F6 0 4C 2 1 12E 61 3D
Octal 374 74 366 0 114 2 1 456 141 75
Binary 11111100 111100 11110110 0 1001100 10 1 100101110 1100001 111101

Color Harmonies of #FC3CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3CF6

Black with #FC3CF6

Text Example


Text Example

White with #FC3CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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