Html Css Color HEX #FF5396 Brilliant Rose

📋 copy color: '#FF5396'

red 255 ◦ green 83 ◦ blue 150

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

Shades of Brilliant Rose #FF5396

Tints of Brilliant Rose #FF5396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.74%

R = 52.25%
G = 17.01%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FF5396 (or 0xFF5396) is known color: Brilliant Rose. HEX triplet: FF, 53 and 96. RGB value is (255,83,150). Sum of RGB (Red+Green+Blue) = 255+83+150=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 83 (32.81% from 255 or 17.01% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5396 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5396 is #00AC69. Grayscale: #8D8D8D. Windows color (decimal): -44138 or 9851903. OLE color: 9851903.

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

Color convert

RGB 255 83 150 -
CMYK 0 0.67 0.41 0
HSL 336.63º 1% 0.66% -
HSV(B) 336.63º 0.67% 1% -
XYZ 49.84 29.65 31.95 -
YUV 142.07 132.48 208.55 -
System Red Green Blue C M Y K H S L
Decimal 255 83 150 0 0.67 0.41 0 336.63 1 0.66
Hex FF 53 96 0 43 29 0 151 64 42
Octal 377 123 226 0 103 51 0 521 144 102
Binary 11111111 1010011 10010110 0 1000011 101001 0 101010001 1100100 1000010

Color Harmonies of #FF5396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5396

Black with #FF5396

Text Example


Text Example

White with #FF5396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5396; }

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

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

background-color css

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

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

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

border-color css

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

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

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