Html Css Color HEX #FC4CFD Pink Flamingo

📋 copy color: '#FC4CFD'

red 252 ◦ green 76 ◦ blue 253

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

Shades of Pink Flamingo #FC4CFD

Tints of Pink Flamingo #FC4CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.08%

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

R = 43.37%
G = 13.08%
B = 43.55%

CMYK

 C value IS 0.00

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC4CFD (or 0xFC4CFD) is known color: Pink Flamingo. HEX triplet: FC, 4C and FD. RGB value is (252,76,253). Sum of RGB (Red+Green+Blue) = 252+76+253=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 76 (30.08% from 255 or 13.08% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC4CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC4CFD is #03B302. Grayscale: #949494. Windows color (decimal): -242435 or 16600316. OLE color: 16600316.

HSL color Cylindrical-coordinate representation of color #FC4CFD: hue angle of 299.66º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC4CFD is Cyan = 0.00, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 76 253 -
CMYK 0.00 0.70 0 0.01
HSL 299.66º 0.98% 0.65% -
HSV(B) 299.66º 0.7% 0.99% -
XYZ 60.46 32.96 96.1 -
YUV 148.8 186.81 201.61 -
System Red Green Blue C M Y K H S L
Decimal 252 76 253 0.00 0.70 0 0.01 299.66 0.98 0.65
Hex FC 4C FD 0 46 0 1 12C 62 41
Octal 374 114 375 0 106 0 1 454 142 101
Binary 11111100 1001100 11111101 0 1000110 0 1 100101100 1100010 1000001

Color Harmonies of #FC4CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4CFD

Black with #FC4CFD

Text Example


Text Example

White with #FC4CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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