Html Css Color HEX #FC43FA Pink Flamingo

📋 copy color: '#FC43FA'

red 252 ◦ green 67 ◦ blue 250

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

Shades of Pink Flamingo #FC43FA

Tints of Pink Flamingo #FC43FA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 11.78%

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

R = 44.29%
G = 11.78%
B = 43.94%

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

#FC43FA (or 0xFC43FA) is known color: Pink Flamingo. HEX triplet: FC, 43 and FA. RGB value is (252,67,250). Sum of RGB (Red+Green+Blue) = 252+67+250=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 67 (26.56% from 255 or 11.78% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FC43FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC43FA is #03BC05. Grayscale: #8E8E8E. Windows color (decimal): -244742 or 16401404. OLE color: 16401404.

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

Color convert

RGB 252 67 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.41 31.61 93.41 -
YUV 143.18 188.29 205.62 -
System Red Green Blue C M Y K H S L
Decimal 252 67 250 0 0.73 0.01 0.01 300.65 0.97 0.63
Hex FC 43 FA 0 49 1 1 12D 61 3F
Octal 374 103 372 0 111 1 1 455 141 77
Binary 11111100 1000011 11111010 0 1001001 1 1 100101101 1100001 111111

Color Harmonies of #FC43FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC43FA

Black with #FC43FA

Text Example


Text Example

White with #FC43FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC43FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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