Html Css Color HEX #FB4AAD Brilliant Rose

📋 copy color: '#FB4AAD'

red 251 ◦ green 74 ◦ blue 173

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

Shades of Brilliant Rose #FB4AAD

Tints of Brilliant Rose #FB4AAD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.86%

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

R = 50.4%
G = 14.86%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FB4AAD (or 0xFB4AAD) is known color: Brilliant Rose. HEX triplet: FB, 4A and AD. RGB value is (251,74,173). Sum of RGB (Red+Green+Blue) = 251+74+173=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 74 (29.30% from 255 or 14.86% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4AAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4AAD is #04B552. Grayscale: #898989. Windows color (decimal): -308563 or 11356923. OLE color: 11356923.

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

Color convert

RGB 251 74 173 -
CMYK 0 0.71 0.31 0.02
HSL 326.44º 0.96% 0.64% -
HSV(B) 326.44º 0.71% 0.98% -
XYZ 49.78 28.42 42.4 -
YUV 138.21 147.64 208.45 -
System Red Green Blue C M Y K H S L
Decimal 251 74 173 0 0.71 0.31 0.02 326.44 0.96 0.64
Hex FB 4A AD 0 47 1F 2 146 60 40
Octal 373 112 255 0 107 37 2 506 140 100
Binary 11111011 1001010 10101101 0 1000111 11111 10 101000110 1100000 1000000

Color Harmonies of #FB4AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4AAD

Black with #FB4AAD

Text Example


Text Example

White with #FB4AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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