Html Css Color HEX #FE0198 Hollywood Cerise

📋 copy color: '#FE0198'

red 254 ◦ green 1 ◦ blue 152

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

Shades of Hollywood Cerise #FE0198

Tints of Hollywood Cerise #FE0198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 62.41%
G = 0.25%
B = 37.35%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FE0198 (or 0xFE0198) is known color: Hollywood Cerise. HEX triplet: FE, 01 and 98. RGB value is (254,1,152). Sum of RGB (Red+Green+Blue) = 254+1+152=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 1 (0.78% from 255 or 0.25% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0198 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0198 is #01FE67. Grayscale: #5D5D5D. Windows color (decimal): -130664 or 9961982. OLE color: 9961982.

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

Color convert

RGB 254 1 152 -
CMYK 0 1.00 0.40 0.00
HSL 324.19º 0.99% 0.5% -
HSV(B) 324.19º 1% 1% -
XYZ 46.55 23.36 31.76 -
YUV 93.86 160.82 242.22 -
System Red Green Blue C M Y K H S L
Decimal 254 1 152 0 1.00 0.40 0.00 324.19 0.99 0.5
Hex FE 1 98 0 64 28 0 144 63 32
Octal 376 1 230 0 144 50 0 504 143 62
Binary 11111110 1 10011000 0 1100100 101000 0 101000100 1100011 110010

Color Harmonies of #FE0198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0198

Black with #FE0198

Text Example


Text Example

White with #FE0198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0198; }

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

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

background-color css

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

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

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

border-color css

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

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

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