Html Css Color HEX #FC47F8 Pink Flamingo

📋 copy color: '#FC47F8'

red 252 ◦ green 71 ◦ blue 248

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

Shades of Pink Flamingo #FC47F8

Tints of Pink Flamingo #FC47F8

RGB

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

 GREEN value IS 71 (28.13% from 255) = 12.43%

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

R = 44.13%
G = 12.43%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FC47F8 (or 0xFC47F8) is known color: Pink Flamingo. HEX triplet: FC, 47 and F8. RGB value is (252,71,248). Sum of RGB (Red+Green+Blue) = 252+71+248=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 71 (28.12% from 255 or 12.43% from 571); Blue value is 248 (97.27% from 255 or 43.43% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FC47F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC47F8 is #03B807. Grayscale: #909090. Windows color (decimal): -243720 or 16271356. OLE color: 16271356.

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

Color convert

RGB 252 71 248 -
CMYK 0 0.72 0.02 0.01
HSL 301.33º 0.97% 0.63% -
HSV(B) 301.33º 0.72% 0.99% -
XYZ 59.34 31.98 91.85 -
YUV 145.3 185.97 204.11 -
System Red Green Blue C M Y K H S L
Decimal 252 71 248 0 0.72 0.02 0.01 301.33 0.97 0.63
Hex FC 47 F8 0 48 2 1 12D 61 3F
Octal 374 107 370 0 110 2 1 455 141 77
Binary 11111100 1000111 11111000 0 1001000 10 1 100101101 1100001 111111

Color Harmonies of #FC47F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC47F8

Black with #FC47F8

Text Example


Text Example

White with #FC47F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC47F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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