Html Css Color HEX #FF5296 Brilliant Rose

📋 copy color: '#FF5296'

red 255 ◦ green 82 ◦ blue 150

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

Shades of Brilliant Rose #FF5296

Tints of Brilliant Rose #FF5296

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.84%

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

R = 52.36%
G = 16.84%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FF5296 (or 0xFF5296) is known color: Brilliant Rose. HEX triplet: FF, 52 and 96. RGB value is (255,82,150). Sum of RGB (Red+Green+Blue) = 255+82+150=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 82 (32.42% from 255 or 16.84% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5296 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5296 is #00AD69. Grayscale: #8D8D8D. Windows color (decimal): -44394 or 9851647. OLE color: 9851647.

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

Color convert

RGB 255 82 150 -
CMYK 0 0.68 0.41 0
HSL 336.42º 1% 0.66% -
HSV(B) 336.42º 0.68% 1% -
XYZ 49.76 29.5 31.92 -
YUV 141.48 132.81 208.97 -
System Red Green Blue C M Y K H S L
Decimal 255 82 150 0 0.68 0.41 0 336.42 1 0.66
Hex FF 52 96 0 44 29 0 150 64 42
Octal 377 122 226 0 104 51 0 520 144 102
Binary 11111111 1010010 10010110 0 1000100 101001 0 101010000 1100100 1000010

Color Harmonies of #FF5296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5296

Black with #FF5296

Text Example


Text Example

White with #FF5296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5296; }

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

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

background-color css

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

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

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

border-color css

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

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

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