Html Css Color HEX #FB53A0 Brilliant Rose

📋 copy color: '#FB53A0'

red 251 ◦ green 83 ◦ blue 160

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

Shades of Brilliant Rose #FB53A0

Tints of Brilliant Rose #FB53A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.39%

R = 50.81%
G = 16.8%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FB53A0 (or 0xFB53A0) is known color: Brilliant Rose. HEX triplet: FB, 53 and A0. RGB value is (251,83,160). Sum of RGB (Red+Green+Blue) = 251+83+160=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FB53A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB53A0 is #04AC5F. Grayscale: #8D8D8D. Windows color (decimal): -306272 or 10507259. OLE color: 10507259.

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

Color convert

RGB 251 83 160 -
CMYK 0 0.67 0.36 0.02
HSL 332.5º 0.95% 0.65% -
HSV(B) 332.5º 0.67% 0.98% -
XYZ 49.22 29.23 36.31 -
YUV 142.01 138.16 205.74 -
System Red Green Blue C M Y K H S L
Decimal 251 83 160 0 0.67 0.36 0.02 332.5 0.95 0.65
Hex FB 53 A0 0 43 24 2 14C 5F 41
Octal 373 123 240 0 103 44 2 514 137 101
Binary 11111011 1010011 10100000 0 1000011 100100 10 101001100 1011111 1000001

Color Harmonies of #FB53A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB53A0

Black with #FB53A0

Text Example


Text Example

White with #FB53A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB53A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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