Html Css Color HEX #FB58AD Brilliant Rose

📋 copy color: '#FB58AD'

red 251 ◦ green 88 ◦ blue 173

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

Shades of Brilliant Rose #FB58AD

Tints of Brilliant Rose #FB58AD

RGB

 RED value IS 251 (98.44% from 255) = 49.02%

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

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

R = 49.02%
G = 17.19%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FB58AD (or 0xFB58AD) is known color: Brilliant Rose. HEX triplet: FB, 58 and AD. RGB value is (251,88,173). Sum of RGB (Red+Green+Blue) = 251+88+173=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 88 (34.77% from 255 or 17.19% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB58AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB58AD is #04A752. Grayscale: #929292. Windows color (decimal): -304979 or 11360507. OLE color: 11360507.

HSL color Cylindrical-coordinate representation of color #FB58AD: hue angle of 328.71º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB58AD is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 88 173 -
CMYK 0 0.65 0.31 0.02
HSL 328.71º 0.95% 0.66% -
HSV(B) 328.71º 0.65% 0.98% -
XYZ 50.82 30.51 42.75 -
YUV 146.43 143 202.59 -
System Red Green Blue C M Y K H S L
Decimal 251 88 173 0 0.65 0.31 0.02 328.71 0.95 0.66
Hex FB 58 AD 0 41 1F 2 149 5F 42
Octal 373 130 255 0 101 37 2 511 137 102
Binary 11111011 1011000 10101101 0 1000001 11111 10 101001001 1011111 1000010

Color Harmonies of #FB58AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB58AD

Black with #FB58AD

Text Example


Text Example

White with #FB58AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB58AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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