Html Css Color HEX #FB51AD Brilliant Rose

📋 copy color: '#FB51AD'

red 251 ◦ green 81 ◦ blue 173

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

Shades of Brilliant Rose #FB51AD

Tints of Brilliant Rose #FB51AD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.04%

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

R = 49.7%
G = 16.04%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FB51AD (or 0xFB51AD) is known color: Brilliant Rose. HEX triplet: FB, 51 and AD. RGB value is (251,81,173). Sum of RGB (Red+Green+Blue) = 251+81+173=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 81 (32.03% from 255 or 16.04% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FB51AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB51AD is #04AE52. Grayscale: #8E8E8E. Windows color (decimal): -306771 or 11358715. OLE color: 11358715.

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

Color convert

RGB 251 81 173 -
CMYK 0 0.68 0.31 0.02
HSL 327.53º 0.96% 0.65% -
HSV(B) 327.53º 0.68% 0.98% -
XYZ 50.27 29.41 42.56 -
YUV 142.32 145.32 205.52 -
System Red Green Blue C M Y K H S L
Decimal 251 81 173 0 0.68 0.31 0.02 327.53 0.96 0.65
Hex FB 51 AD 0 44 1F 2 148 60 41
Octal 373 121 255 0 104 37 2 510 140 101
Binary 11111011 1010001 10101101 0 1000100 11111 10 101001000 1100000 1000001

Color Harmonies of #FB51AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB51AD

Black with #FB51AD

Text Example


Text Example

White with #FB51AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB51AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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