Html Css Color HEX #FB53AA Brilliant Rose

📋 copy color: '#FB53AA'

red 251 ◦ green 83 ◦ blue 170

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

Shades of Brilliant Rose #FB53AA

Tints of Brilliant Rose #FB53AA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.47%

 BLUE value IS 170 (66.8% from 255) = 33.73%

R = 49.8%
G = 16.47%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FB53AA (or 0xFB53AA) is known color: Brilliant Rose. HEX triplet: FB, 53 and AA. RGB value is (251,83,170). Sum of RGB (Red+Green+Blue) = 251+83+170=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 83 (32.81% from 255 or 16.47% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FB53AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB53AA is #04AC55. Grayscale: #8E8E8E. Windows color (decimal): -306262 or 11162619. OLE color: 11162619.

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

Color convert

RGB 251 83 170 -
CMYK 0 0.67 0.32 0.02
HSL 328.93º 0.95% 0.65% -
HSV(B) 328.93º 0.67% 0.98% -
XYZ 50.13 29.6 41.1 -
YUV 143.15 143.16 204.93 -
System Red Green Blue C M Y K H S L
Decimal 251 83 170 0 0.67 0.32 0.02 328.93 0.95 0.65
Hex FB 53 AA 0 43 20 2 149 5F 41
Octal 373 123 252 0 103 40 2 511 137 101
Binary 11111011 1010011 10101010 0 1000011 100000 10 101001001 1011111 1000001

Color Harmonies of #FB53AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB53AA

Black with #FB53AA

Text Example


Text Example

White with #FB53AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB53AA; }

 p { color: rgb(251,83,170); }

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

background-color css

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

 a { background-color: rgb(251,83,170); }

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

border-color css

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

 span { border-color: rgb(251,83,170); }

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