Html Css Color HEX #FC58A2 Brilliant Rose

📋 copy color: '#FC58A2'

red 252 ◦ green 88 ◦ blue 162

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

Shades of Brilliant Rose #FC58A2

Tints of Brilliant Rose #FC58A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.27%

R = 50.2%
G = 17.53%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC58A2 (or 0xFC58A2) is known color: Brilliant Rose. HEX triplet: FC, 58 and A2. RGB value is (252,88,162). Sum of RGB (Red+Green+Blue) = 252+88+162=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC58A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC58A2 is #03A75D. Grayscale: #919191. Windows color (decimal): -239454 or 10639612. OLE color: 10639612.

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

Color convert

RGB 252 88 162 -
CMYK 0 0.65 0.36 0.01
HSL 332.93º 0.96% 0.67% -
HSV(B) 332.93º 0.65% 0.99% -
XYZ 50.16 30.28 37.38 -
YUV 145.47 137.33 203.98 -
System Red Green Blue C M Y K H S L
Decimal 252 88 162 0 0.65 0.36 0.01 332.93 0.96 0.67
Hex FC 58 A2 0 41 24 1 14D 60 43
Octal 374 130 242 0 101 44 1 515 140 103
Binary 11111100 1011000 10100010 0 1000001 100100 1 101001101 1100000 1000011

Color Harmonies of #FC58A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC58A2

Black with #FC58A2

Text Example


Text Example

White with #FC58A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC58A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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