Html Css Color HEX #FF53B3 Brilliant Rose

📋 copy color: '#FF53B3'

red 255 ◦ green 83 ◦ blue 179

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

Shades of Brilliant Rose #FF53B3

Tints of Brilliant Rose #FF53B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.62%

R = 49.32%
G = 16.05%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FF53B3 (or 0xFF53B3) is known color: Brilliant Rose. HEX triplet: FF, 53 and B3. RGB value is (255,83,179). Sum of RGB (Red+Green+Blue) = 255+83+179=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 83 (32.81% from 255 or 16.05% from 517); Blue value is 179 (70.31% from 255 or 34.62% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF53B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF53B3 is #00AC4C. Grayscale: #919191. Windows color (decimal): -44109 or 11752447. OLE color: 11752447.

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

Color convert

RGB 255 83 179 -
CMYK 0 0.67 0.30 0
HSL 326.51º 1% 0.66% -
HSV(B) 326.51º 0.67% 1% -
XYZ 52.47 30.7 45.81 -
YUV 145.37 146.98 206.19 -
System Red Green Blue C M Y K H S L
Decimal 255 83 179 0 0.67 0.30 0 326.51 1 0.66
Hex FF 53 B3 0 43 1E 0 147 64 42
Octal 377 123 263 0 103 36 0 507 144 102
Binary 11111111 1010011 10110011 0 1000011 11110 0 101000111 1100100 1000010

Color Harmonies of #FF53B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF53B3

Black with #FF53B3

Text Example


Text Example

White with #FF53B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF53B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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