Html Css Color HEX #FC4AFF Pink Flamingo

📋 copy color: '#FC4AFF'

red 252 ◦ green 74 ◦ blue 255

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

Shades of Pink Flamingo #FC4AFF

Tints of Pink Flamingo #FC4AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 12.74%

 BLUE value IS 255 (100% from 255) = 43.89%

R = 43.37%
G = 12.74%
B = 43.89%

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC4AFF (or 0xFC4AFF) is known color: Pink Flamingo. HEX triplet: FC, 4A and FF. RGB value is (252,74,255). Sum of RGB (Red+Green+Blue) = 252+74+255=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 74 (29.30% from 255 or 12.74% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC4AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC4AFF is #03B500. Grayscale: #939393. Windows color (decimal): -242945 or 16730876. OLE color: 16730876.

HSL color Cylindrical-coordinate representation of color #FC4AFF: hue angle of 299.01º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC4AFF is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 252 74 255 -
CMYK 0.01 0.71 0 0
HSL 299.01º 1% 0.65% -
HSV(B) 299.01º 0.71% 1% -
XYZ 60.64 32.81 97.75 -
YUV 147.86 188.47 202.28 -
System Red Green Blue C M Y K H S L
Decimal 252 74 255 0.01 0.71 0 0 299.01 1 0.65
Hex FC 4A FF 1 47 0 0 12B 64 41
Octal 374 112 377 1 107 0 0 453 144 101
Binary 11111100 1001010 11111111 1 1000111 0 0 100101011 1100100 1000001

Color Harmonies of #FC4AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4AFF

Black with #FC4AFF

Text Example


Text Example

White with #FC4AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4AFF; }

 p { color: rgb(252,74,255); }

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

background-color css

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

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

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

border-color css

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

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

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