Html Css Color HEX #FE0098 Hollywood Cerise

📋 copy color: '#FE0098'

red 254 ◦ green 0 ◦ blue 152

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

Shades of Hollywood Cerise #FE0098

Tints of Hollywood Cerise #FE0098

RGB

 RED value IS 254 (99.61% from 255) = 62.56%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.56%
G = 0%
B = 37.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FE0098 (or 0xFE0098) is known color: Hollywood Cerise. HEX triplet: FE, 00 and 98. RGB value is (254,0,152). Sum of RGB (Red+Green+Blue) = 254+0+152=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0098 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0098 is #01FF67. Grayscale: #5C5C5C. Windows color (decimal): -130920 or 9961726. OLE color: 9961726.

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

Color convert

RGB 254 0 152 -
CMYK 0 1 0.40 0.00
HSL 324.09º 1% 0.5% -
HSV(B) 324.09º 1% 1% -
XYZ 46.54 23.34 31.76 -
YUV 93.27 161.15 242.64 -
System Red Green Blue C M Y K H S L
Decimal 254 0 152 0 1 0.40 0.00 324.09 1 0.5
Hex FE 0 98 0 64 28 0 144 64 32
Octal 376 0 230 0 144 50 0 504 144 62
Binary 11111110 0 10011000 0 1100100 101000 0 101000100 1100100 110010

Color Harmonies of #FE0098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0098

Black with #FE0098

Text Example


Text Example

White with #FE0098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0098; }

 p { color: rgb(254,0,152); }

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

background-color css

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

 a { background-color: rgb(254,0,152); }

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

border-color css

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

 span { border-color: rgb(254,0,152); }

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