Html Css Color HEX #FC4AF8 Pink Flamingo

📋 copy color: '#FC4AF8'

red 252 ◦ green 74 ◦ blue 248

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

Shades of Pink Flamingo #FC4AF8

Tints of Pink Flamingo #FC4AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 43.21%

R = 43.9%
G = 12.89%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FC4AF8 (or 0xFC4AF8) is known color: Pink Flamingo. HEX triplet: FC, 4A and F8. RGB value is (252,74,248). Sum of RGB (Red+Green+Blue) = 252+74+248=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 74 (29.30% from 255 or 12.89% from 574); Blue value is 248 (97.27% from 255 or 43.21% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4AF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC4AF8 is #03B507. Grayscale: #929292. Windows color (decimal): -242952 or 16272124. OLE color: 16272124.

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

Color convert

RGB 252 74 248 -
CMYK 0 0.71 0.02 0.01
HSL 301.35º 0.97% 0.64% -
HSV(B) 301.35º 0.71% 0.99% -
XYZ 59.54 32.37 91.92 -
YUV 147.06 184.97 202.85 -
System Red Green Blue C M Y K H S L
Decimal 252 74 248 0 0.71 0.02 0.01 301.35 0.97 0.64
Hex FC 4A F8 0 47 2 1 12D 61 40
Octal 374 112 370 0 107 2 1 455 141 100
Binary 11111100 1001010 11111000 0 1000111 10 1 100101101 1100001 1000000

Color Harmonies of #FC4AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4AF8

Black with #FC4AF8

Text Example


Text Example

White with #FC4AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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