Html Css Color HEX #FC44FA Pink Flamingo

📋 copy color: '#FC44FA'

red 252 ◦ green 68 ◦ blue 250

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

Shades of Pink Flamingo #FC44FA

Tints of Pink Flamingo #FC44FA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 11.93%

 BLUE value IS 250 (98.05% from 255) = 43.86%

R = 44.21%
G = 11.93%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC44FA (or 0xFC44FA) is known color: Pink Flamingo. HEX triplet: FC, 44 and FA. RGB value is (252,68,250). Sum of RGB (Red+Green+Blue) = 252+68+250=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 68 (26.95% from 255 or 11.93% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FC44FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC44FA is #03BB05. Grayscale: #8F8F8F. Windows color (decimal): -244486 or 16401660. OLE color: 16401660.

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

Color convert

RGB 252 68 250 -
CMYK 0 0.73 0.01 0.01
HSL 300.65º 0.97% 0.63% -
HSV(B) 300.65º 0.73% 0.99% -
XYZ 59.47 31.73 93.43 -
YUV 143.76 187.96 205.2 -
System Red Green Blue C M Y K H S L
Decimal 252 68 250 0 0.73 0.01 0.01 300.65 0.97 0.63
Hex FC 44 FA 0 49 1 1 12D 61 3F
Octal 374 104 372 0 111 1 1 455 141 77
Binary 11111100 1000100 11111010 0 1001001 1 1 100101101 1100001 111111

Color Harmonies of #FC44FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC44FA

Black with #FC44FA

Text Example


Text Example

White with #FC44FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC44FA; }

 p { color: rgb(252,68,250); }

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

background-color css

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

 a { background-color: rgb(252,68,250); }

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

border-color css

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

 span { border-color: rgb(252,68,250); }

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