Html Css Color HEX #FC3CFD Pink Flamingo

📋 copy color: '#FC3CFD'

red 252 ◦ green 60 ◦ blue 253

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

Shades of Pink Flamingo #FC3CFD

Tints of Pink Flamingo #FC3CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.78%

R = 44.6%
G = 10.62%
B = 44.78%

CMYK

 C value IS 0.00

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC3CFD (or 0xFC3CFD) is known color: Pink Flamingo. HEX triplet: FC, 3C and FD. RGB value is (252,60,253). Sum of RGB (Red+Green+Blue) = 252+60+253=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 60 (23.83% from 255 or 10.62% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC3CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC3CFD is #03C302. Grayscale: #8A8A8A. Windows color (decimal): -246531 or 16596220. OLE color: 16596220.

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

Color convert

RGB 252 60 253 -
CMYK 0.00 0.76 0 0.01
HSL 299.69º 0.98% 0.61% -
HSV(B) 299.69º 0.76% 0.99% -
XYZ 59.49 31.02 95.78 -
YUV 139.41 192.11 208.31 -
System Red Green Blue C M Y K H S L
Decimal 252 60 253 0.00 0.76 0 0.01 299.69 0.98 0.61
Hex FC 3C FD 0 4C 0 1 12C 62 3D
Octal 374 74 375 0 114 0 1 454 142 75
Binary 11111100 111100 11111101 0 1001100 0 1 100101100 1100010 111101

Color Harmonies of #FC3CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3CFD

Black with #FC3CFD

Text Example


Text Example

White with #FC3CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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