Html Css Color HEX #FF0298 Hollywood Cerise

📋 copy color: '#FF0298'

red 255 ◦ green 2 ◦ blue 152

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

Shades of Hollywood Cerise #FF0298

Tints of Hollywood Cerise #FF0298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.49%

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

R = 62.35%
G = 0.49%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FF0298 (or 0xFF0298) is known color: Hollywood Cerise. HEX triplet: FF, 02 and 98. RGB value is (255,2,152). Sum of RGB (Red+Green+Blue) = 255+2+152=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 2 (1.17% from 255 or 0.49% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0298 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0298 is #00FD67. Grayscale: #5E5E5E. Windows color (decimal): -64872 or 9962239. OLE color: 9962239.

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

Color convert

RGB 255 2 152 -
CMYK 0 0.99 0.40 0
HSL 324.43º 1% 0.5% -
HSV(B) 324.43º 0.99% 1% -
XYZ 46.93 23.57 31.78 -
YUV 94.75 160.32 242.3 -
System Red Green Blue C M Y K H S L
Decimal 255 2 152 0 0.99 0.40 0 324.43 1 0.5
Hex FF 2 98 0 63 28 0 144 64 32
Octal 377 2 230 0 143 50 0 504 144 62
Binary 11111111 10 10011000 0 1100011 101000 0 101000100 1100100 110010

Color Harmonies of #FF0298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0298

Black with #FF0298

Text Example


Text Example

White with #FF0298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0298; }

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

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

background-color css

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

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

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

border-color css

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

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

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