Html Css Color HEX #FC48FF Pink Flamingo

📋 copy color: '#FC48FF'

red 252 ◦ green 72 ◦ blue 255

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

Shades of Pink Flamingo #FC48FF

Tints of Pink Flamingo #FC48FF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 12.44%

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

R = 43.52%
G = 12.44%
B = 44.04%

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

#FC48FF (or 0xFC48FF) is known color: Pink Flamingo. HEX triplet: FC, 48 and FF. RGB value is (252,72,255). Sum of RGB (Red+Green+Blue) = 252+72+255=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 72 (28.52% from 255 or 12.44% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC48FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC48FF is #03B700. Grayscale: #929292. Windows color (decimal): -243457 or 16730364. OLE color: 16730364.

HSL color Cylindrical-coordinate representation of color #FC48FF: 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 #FC48FF is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 252 72 255 -
CMYK 0.01 0.72 0 0
HSL 299.02º 1% 0.64% -
HSV(B) 299.02º 0.72% 1% -
XYZ 60.51 32.55 97.7 -
YUV 146.68 189.13 203.12 -
System Red Green Blue C M Y K H S L
Decimal 252 72 255 0.01 0.72 0 0 299.02 1 0.64
Hex FC 48 FF 1 48 0 0 12B 64 40
Octal 374 110 377 1 110 0 0 453 144 100
Binary 11111100 1001000 11111111 1 1001000 0 0 100101011 1100100 1000000

Color Harmonies of #FC48FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC48FF

Black with #FC48FF

Text Example


Text Example

White with #FC48FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC48FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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