Html Css Color HEX #FC58AB Brilliant Rose

📋 copy color: '#FC58AB'

red 252 ◦ green 88 ◦ blue 171

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

Shades of Brilliant Rose #FC58AB

Tints of Brilliant Rose #FC58AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.46%

R = 49.32%
G = 17.22%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC58AB (or 0xFC58AB) is known color: Brilliant Rose. HEX triplet: FC, 58 and AB. RGB value is (252,88,171). Sum of RGB (Red+Green+Blue) = 252+88+171=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 88 (34.77% from 255 or 17.22% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC58AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC58AB is #03A754. Grayscale: #929292. Windows color (decimal): -239445 or 11229436. OLE color: 11229436.

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

Color convert

RGB 252 88 171 -
CMYK 0 0.65 0.32 0.01
HSL 329.63º 0.96% 0.67% -
HSV(B) 329.63º 0.65% 0.99% -
XYZ 50.99 30.62 41.75 -
YUV 146.5 141.83 203.25 -
System Red Green Blue C M Y K H S L
Decimal 252 88 171 0 0.65 0.32 0.01 329.63 0.96 0.67
Hex FC 58 AB 0 41 20 1 14A 60 43
Octal 374 130 253 0 101 40 1 512 140 103
Binary 11111100 1011000 10101011 0 1000001 100000 1 101001010 1100000 1000011

Color Harmonies of #FC58AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC58AB

Black with #FC58AB

Text Example


Text Example

White with #FC58AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC58AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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