Html Css Color HEX #FF0598 Hollywood Cerise

📋 copy color: '#FF0598'

red 255 ◦ green 5 ◦ blue 152

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

Shades of Hollywood Cerise #FF0598

Tints of Hollywood Cerise #FF0598

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.21%

 BLUE value IS 152 (59.77% from 255) = 36.89%

R = 61.89%
G = 1.21%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FF0598 (or 0xFF0598) is known color: Hollywood Cerise. HEX triplet: FF, 05 and 98. RGB value is (255,5,152). Sum of RGB (Red+Green+Blue) = 255+5+152=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 5 (2.34% from 255 or 1.21% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0598 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0598 is #00FA67. Grayscale: #606060. Windows color (decimal): -64104 or 9963007. OLE color: 9963007.

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

Color convert

RGB 255 5 152 -
CMYK 0 0.98 0.40 0
HSL 324.72º 1% 0.51% -
HSV(B) 324.72º 0.98% 1% -
XYZ 46.96 23.64 31.79 -
YUV 96.51 159.33 241.05 -
System Red Green Blue C M Y K H S L
Decimal 255 5 152 0 0.98 0.40 0 324.72 1 0.51
Hex FF 5 98 0 62 28 0 145 64 33
Octal 377 5 230 0 142 50 0 505 144 63
Binary 11111111 101 10011000 0 1100010 101000 0 101000101 1100100 110011

Color Harmonies of #FF0598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0598

Black with #FF0598

Text Example


Text Example

White with #FF0598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0598; }

 p { color: rgb(255,5,152); }

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

background-color css

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

 a { background-color: rgb(255,5,152); }

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

border-color css

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

 span { border-color: rgb(255,5,152); }

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