Html Css Color HEX #FF5896 Brilliant Rose

📋 copy color: '#FF5896'

red 255 ◦ green 88 ◦ blue 150

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

Shades of Brilliant Rose #FF5896

Tints of Brilliant Rose #FF5896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.85%

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

R = 51.72%
G = 17.85%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FF5896 (or 0xFF5896) is known color: Brilliant Rose. HEX triplet: FF, 58 and 96. RGB value is (255,88,150). Sum of RGB (Red+Green+Blue) = 255+88+150=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 88 (34.77% from 255 or 17.85% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5896 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5896 is #00A769. Grayscale: #909090. Windows color (decimal): -42858 or 9853183. OLE color: 9853183.

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

Color convert

RGB 255 88 150 -
CMYK 0 0.65 0.41 0
HSL 337.72º 1% 0.67% -
HSV(B) 337.72º 0.65% 1% -
XYZ 50.23 30.44 32.08 -
YUV 145 130.83 206.46 -
System Red Green Blue C M Y K H S L
Decimal 255 88 150 0 0.65 0.41 0 337.72 1 0.67
Hex FF 58 96 0 41 29 0 152 64 43
Octal 377 130 226 0 101 51 0 522 144 103
Binary 11111111 1011000 10010110 0 1000001 101001 0 101010010 1100100 1000011

Color Harmonies of #FF5896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5896

Black with #FF5896

Text Example


Text Example

White with #FF5896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5896; }

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

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

background-color css

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

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

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

border-color css

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

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

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