Html Css Color HEX #FF53B0 Brilliant Rose

📋 copy color: '#FF53B0'

red 255 ◦ green 83 ◦ blue 176

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

Shades of Brilliant Rose #FF53B0

Tints of Brilliant Rose #FF53B0

RGB

 RED value IS 255 (100% from 255) = 49.61%

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

 BLUE value IS 176 (69.14% from 255) = 34.24%

R = 49.61%
G = 16.15%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF53B0 (or 0xFF53B0) is known color: Brilliant Rose. HEX triplet: FF, 53 and B0. RGB value is (255,83,176). Sum of RGB (Red+Green+Blue) = 255+83+176=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 83 (32.81% from 255 or 16.15% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF53B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF53B0 is #00AC4F. Grayscale: #909090. Windows color (decimal): -44112 or 11555839. OLE color: 11555839.

HSL color Cylindrical-coordinate representation of color #FF53B0: hue angle of 327.56º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF53B0 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 255 83 176 -
CMYK 0 0.67 0.31 0
HSL 327.56º 1% 0.66% -
HSV(B) 327.56º 0.67% 1% -
XYZ 52.17 30.58 44.23 -
YUV 145.03 145.48 206.44 -
System Red Green Blue C M Y K H S L
Decimal 255 83 176 0 0.67 0.31 0 327.56 1 0.66
Hex FF 53 B0 0 43 1F 0 148 64 42
Octal 377 123 260 0 103 37 0 510 144 102
Binary 11111111 1010011 10110000 0 1000011 11111 0 101001000 1100100 1000010

Color Harmonies of #FF53B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF53B0

Black with #FF53B0

Text Example


Text Example

White with #FF53B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF53B0; }

 p { color: rgb(255,83,176); }

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

background-color css

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

 a { background-color: rgb(255,83,176); }

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

border-color css

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

 span { border-color: rgb(255,83,176); }

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