Html Css Color HEX #FC58FA Pink Flamingo

📋 copy color: '#FC58FA'

red 252 ◦ green 88 ◦ blue 250

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

Shades of Pink Flamingo #FC58FA

Tints of Pink Flamingo #FC58FA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 14.92%

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

R = 42.71%
G = 14.92%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC58FA (or 0xFC58FA) is known color: Pink Flamingo. HEX triplet: FC, 58 and FA. RGB value is (252,88,250). Sum of RGB (Red+Green+Blue) = 252+88+250=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 88 (34.77% from 255 or 14.92% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FC58FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC58FA is #03A705. Grayscale: #9B9B9B. Windows color (decimal): -239366 or 16406780. OLE color: 16406780.

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

Color convert

RGB 252 88 250 -
CMYK 0 0.65 0.01 0.01
HSL 300.73º 0.96% 0.67% -
HSV(B) 300.73º 0.65% 0.99% -
XYZ 60.89 34.58 93.91 -
YUV 155.5 181.33 196.83 -
System Red Green Blue C M Y K H S L
Decimal 252 88 250 0 0.65 0.01 0.01 300.73 0.96 0.67
Hex FC 58 FA 0 41 1 1 12D 60 43
Octal 374 130 372 0 101 1 1 455 140 103
Binary 11111100 1011000 11111010 0 1000001 1 1 100101101 1100000 1000011

Color Harmonies of #FC58FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC58FA

Black with #FC58FA

Text Example


Text Example

White with #FC58FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC58FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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