Html Css Color HEX #FC58AD Brilliant Rose

📋 copy color: '#FC58AD'

red 252 ◦ green 88 ◦ blue 173

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

Shades of Brilliant Rose #FC58AD

Tints of Brilliant Rose #FC58AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.72%

R = 49.12%
G = 17.15%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC58AD (or 0xFC58AD) is known color: Brilliant Rose. HEX triplet: FC, 58 and AD. RGB value is (252,88,173). Sum of RGB (Red+Green+Blue) = 252+88+173=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 88 (34.77% from 255 or 17.15% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC58AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC58AD is #03A752. Grayscale: #929292. Windows color (decimal): -239443 or 11360508. OLE color: 11360508.

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

Color convert

RGB 252 88 173 -
CMYK 0 0.65 0.31 0.01
HSL 328.9º 0.96% 0.67% -
HSV(B) 328.9º 0.65% 0.99% -
XYZ 51.18 30.69 42.76 -
YUV 146.73 142.83 203.09 -
System Red Green Blue C M Y K H S L
Decimal 252 88 173 0 0.65 0.31 0.01 328.9 0.96 0.67
Hex FC 58 AD 0 41 1F 1 149 60 43
Octal 374 130 255 0 101 37 1 511 140 103
Binary 11111100 1011000 10101101 0 1000001 11111 1 101001001 1100000 1000011

Color Harmonies of #FC58AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC58AD

Black with #FC58AD

Text Example


Text Example

White with #FC58AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC58AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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