Html Css Color HEX #FF5096 Brilliant Rose

📋 copy color: '#FF5096'

red 255 ◦ green 80 ◦ blue 150

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

Shades of Brilliant Rose #FF5096

Tints of Brilliant Rose #FF5096

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.49%

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

R = 52.58%
G = 16.49%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FF5096 (or 0xFF5096) is known color: Brilliant Rose. HEX triplet: FF, 50 and 96. RGB value is (255,80,150). Sum of RGB (Red+Green+Blue) = 255+80+150=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5096 is #00AF69. Grayscale: #8C8C8C. Windows color (decimal): -44906 or 9851135. OLE color: 9851135.

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

Color convert

RGB 255 80 150 -
CMYK 0 0.69 0.41 0
HSL 336º 1% 0.66% -
HSV(B) 336º 0.69% 1% -
XYZ 49.61 29.2 31.88 -
YUV 140.31 133.48 209.81 -
System Red Green Blue C M Y K H S L
Decimal 255 80 150 0 0.69 0.41 0 336 1 0.66
Hex FF 50 96 0 45 29 0 150 64 42
Octal 377 120 226 0 105 51 0 520 144 102
Binary 11111111 1010000 10010110 0 1000101 101001 0 101010000 1100100 1000010

Color Harmonies of #FF5096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5096

Black with #FF5096

Text Example


Text Example

White with #FF5096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5096; }

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

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

background-color css

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

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

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

border-color css

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

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

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