Html Css Color HEX #FC47FF Pink Flamingo

📋 copy color: '#FC47FF'

red 252 ◦ green 71 ◦ blue 255

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

Shades of Pink Flamingo #FC47FF

Tints of Pink Flamingo #FC47FF

RGB

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

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

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

R = 43.6%
G = 12.28%
B = 44.12%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC47FF (or 0xFC47FF) is known color: Pink Flamingo. HEX triplet: FC, 47 and FF. RGB value is (252,71,255). Sum of RGB (Red+Green+Blue) = 252+71+255=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 71 (28.12% from 255 or 12.28% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC47FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC47FF is #03B800. Grayscale: #919191. Windows color (decimal): -243713 or 16730108. OLE color: 16730108.

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

Color convert

RGB 252 71 255 -
CMYK 0.01 0.72 0 0
HSL 299.02º 1% 0.64% -
HSV(B) 299.02º 0.72% 1% -
XYZ 60.45 32.42 97.68 -
YUV 146.1 189.47 203.54 -
System Red Green Blue C M Y K H S L
Decimal 252 71 255 0.01 0.72 0 0 299.02 1 0.64
Hex FC 47 FF 1 48 0 0 12B 64 40
Octal 374 107 377 1 110 0 0 453 144 100
Binary 11111100 1000111 11111111 1 1001000 0 0 100101011 1100100 1000000

Color Harmonies of #FC47FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC47FF

Black with #FC47FF

Text Example


Text Example

White with #FC47FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC47FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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