Html Css Color HEX #FB4AA6 Brilliant Rose

📋 copy color: '#FB4AA6'

red 251 ◦ green 74 ◦ blue 166

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

Shades of Brilliant Rose #FB4AA6

Tints of Brilliant Rose #FB4AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.81%

R = 51.12%
G = 15.07%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FB4AA6 (or 0xFB4AA6) is known color: Brilliant Rose. HEX triplet: FB, 4A and A6. RGB value is (251,74,166). Sum of RGB (Red+Green+Blue) = 251+74+166=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4AA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4AA6 is #04B559. Grayscale: #898989. Windows color (decimal): -308570 or 10898171. OLE color: 10898171.

HSL color Cylindrical-coordinate representation of color #FB4AA6: hue angle of 328.81º 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 #FB4AA6 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 74 166 -
CMYK 0 0.71 0.34 0.02
HSL 328.81º 0.96% 0.64% -
HSV(B) 328.81º 0.71% 0.98% -
XYZ 49.12 28.16 38.92 -
YUV 137.41 144.14 209.02 -
System Red Green Blue C M Y K H S L
Decimal 251 74 166 0 0.71 0.34 0.02 328.81 0.96 0.64
Hex FB 4A A6 0 47 22 2 149 60 40
Octal 373 112 246 0 107 42 2 511 140 100
Binary 11111011 1001010 10100110 0 1000111 100010 10 101001001 1100000 1000000

Color Harmonies of #FB4AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4AA6

Black with #FB4AA6

Text Example


Text Example

White with #FB4AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4AA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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