Html Css Color HEX #FC58FB Pink Flamingo

📋 copy color: '#FC58FB'

red 252 ◦ green 88 ◦ blue 251

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

Shades of Pink Flamingo #FC58FB

Tints of Pink Flamingo #FC58FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.47%

R = 42.64%
G = 14.89%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FC58FB (or 0xFC58FB) is known color: Pink Flamingo. HEX triplet: FC, 58 and FB. RGB value is (252,88,251). Sum of RGB (Red+Green+Blue) = 252+88+251=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 88 (34.77% from 255 or 14.89% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FC58FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC58FB is #03A704. Grayscale: #9B9B9B. Windows color (decimal): -239365 or 16472316. OLE color: 16472316.

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

Color convert

RGB 252 88 251 -
CMYK 0 0.65 0.00 0.01
HSL 300.37º 0.96% 0.67% -
HSV(B) 300.37º 0.65% 0.99% -
XYZ 61.05 34.64 94.74 -
YUV 155.62 181.83 196.75 -
System Red Green Blue C M Y K H S L
Decimal 252 88 251 0 0.65 0.00 0.01 300.37 0.96 0.67
Hex FC 58 FB 0 41 0 1 12C 60 43
Octal 374 130 373 0 101 0 1 454 140 103
Binary 11111100 1011000 11111011 0 1000001 0 1 100101100 1100000 1000011

Color Harmonies of #FC58FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC58FB

Black with #FC58FB

Text Example


Text Example

White with #FC58FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC58FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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