Html Css Color HEX #FC58F0 Pink Flamingo

📋 copy color: '#FC58F0'

red 252 ◦ green 88 ◦ blue 240

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

Shades of Pink Flamingo #FC58F0

Tints of Pink Flamingo #FC58F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.38%

R = 43.45%
G = 15.17%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC58F0 (or 0xFC58F0) is known color: Pink Flamingo. HEX triplet: FC, 58 and F0. RGB value is (252,88,240). Sum of RGB (Red+Green+Blue) = 252+88+240=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 88 (34.77% from 255 or 15.17% from 580); Blue value is 240 (94.14% from 255 or 41.38% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC58F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC58F0 is #03A70F. Grayscale: #999999. Windows color (decimal): -239376 or 15751420. OLE color: 15751420.

HSL color Cylindrical-coordinate representation of color #FC58F0: hue angle of 304.39º 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 #FC58F0 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 88 240 -
CMYK 0 0.65 0.05 0.01
HSL 304.39º 0.96% 0.67% -
HSV(B) 304.39º 0.65% 0.99% -
XYZ 59.36 33.97 85.87 -
YUV 154.36 176.33 197.64 -
System Red Green Blue C M Y K H S L
Decimal 252 88 240 0 0.65 0.05 0.01 304.39 0.96 0.67
Hex FC 58 F0 0 41 5 1 130 60 43
Octal 374 130 360 0 101 5 1 460 140 103
Binary 11111100 1011000 11110000 0 1000001 101 1 100110000 1100000 1000011

Color Harmonies of #FC58F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC58F0

Black with #FC58F0

Text Example


Text Example

White with #FC58F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC58F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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