Html Css Color HEX #FC58AA Brilliant Rose

📋 copy color: '#FC58AA'

red 252 ◦ green 88 ◦ blue 170

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

Shades of Brilliant Rose #FC58AA

Tints of Brilliant Rose #FC58AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.33%

R = 49.41%
G = 17.25%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC58AA (or 0xFC58AA) is known color: Brilliant Rose. HEX triplet: FC, 58 and AA. RGB value is (252,88,170). Sum of RGB (Red+Green+Blue) = 252+88+170=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 88 (34.77% from 255 or 17.25% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC58AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC58AA is #03A755. Grayscale: #929292. Windows color (decimal): -239446 or 11163900. OLE color: 11163900.

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

Color convert

RGB 252 88 170 -
CMYK 0 0.65 0.33 0.01
HSL 330º 0.96% 0.67% -
HSV(B) 330º 0.65% 0.99% -
XYZ 50.89 30.58 41.25 -
YUV 146.38 141.33 203.33 -
System Red Green Blue C M Y K H S L
Decimal 252 88 170 0 0.65 0.33 0.01 330 0.96 0.67
Hex FC 58 AA 0 41 21 1 14A 60 43
Octal 374 130 252 0 101 41 1 512 140 103
Binary 11111100 1011000 10101010 0 1000001 100001 1 101001010 1100000 1000011

Color Harmonies of #FC58AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC58AA

Black with #FC58AA

Text Example


Text Example

White with #FC58AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC58AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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