Html Css Color HEX #FC3CFA Pink Flamingo

📋 copy color: '#FC3CFA'

red 252 ◦ green 60 ◦ blue 250

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

Shades of Pink Flamingo #FC3CFA

Tints of Pink Flamingo #FC3CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.48%

R = 44.84%
G = 10.68%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC3CFA (or 0xFC3CFA) is known color: Pink Flamingo. HEX triplet: FC, 3C and FA. RGB value is (252,60,250). Sum of RGB (Red+Green+Blue) = 252+60+250=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 60 (23.83% from 255 or 10.68% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC3CFA is #03C305. Grayscale: #8A8A8A. Windows color (decimal): -246534 or 16399612. OLE color: 16399612.

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

Color convert

RGB 252 60 250 -
CMYK 0 0.76 0.01 0.01
HSL 300.63º 0.97% 0.61% -
HSV(B) 300.63º 0.76% 0.99% -
XYZ 59.02 30.83 93.28 -
YUV 139.07 190.61 208.55 -
System Red Green Blue C M Y K H S L
Decimal 252 60 250 0 0.76 0.01 0.01 300.63 0.97 0.61
Hex FC 3C FA 0 4C 1 1 12D 61 3D
Octal 374 74 372 0 114 1 1 455 141 75
Binary 11111100 111100 11111010 0 1001100 1 1 100101101 1100001 111101

Color Harmonies of #FC3CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3CFA

Black with #FC3CFA

Text Example


Text Example

White with #FC3CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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