Html Css Color HEX #FC58F7 Pink Flamingo

📋 copy color: '#FC58F7'

red 252 ◦ green 88 ◦ blue 247

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

Shades of Pink Flamingo #FC58F7

Tints of Pink Flamingo #FC58F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 42.08%

R = 42.93%
G = 14.99%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FC58F7 (or 0xFC58F7) is known color: Pink Flamingo. HEX triplet: FC, 58 and F7. RGB value is (252,88,247). Sum of RGB (Red+Green+Blue) = 252+88+247=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 88 (34.77% from 255 or 14.99% from 587); Blue value is 247 (96.88% from 255 or 42.08% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FC58F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC58F7 is #03A708. Grayscale: #9A9A9A. Windows color (decimal): -239369 or 16210172. OLE color: 16210172.

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

Color convert

RGB 252 88 247 -
CMYK 0 0.65 0.02 0.01
HSL 301.83º 0.96% 0.67% -
HSV(B) 301.83º 0.65% 0.99% -
XYZ 60.42 34.39 91.45 -
YUV 155.16 179.83 197.07 -
System Red Green Blue C M Y K H S L
Decimal 252 88 247 0 0.65 0.02 0.01 301.83 0.96 0.67
Hex FC 58 F7 0 41 2 1 12E 60 43
Octal 374 130 367 0 101 2 1 456 140 103
Binary 11111100 1011000 11110111 0 1000001 10 1 100101110 1100000 1000011

Color Harmonies of #FC58F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC58F7

Black with #FC58F7

Text Example


Text Example

White with #FC58F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC58F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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