Html Css Color HEX #FE0398 Hollywood Cerise

📋 copy color: '#FE0398'

red 254 ◦ green 3 ◦ blue 152

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

Shades of Hollywood Cerise #FE0398

Tints of Hollywood Cerise #FE0398

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.73%

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

R = 62.1%
G = 0.73%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FE0398 (or 0xFE0398) is known color: Hollywood Cerise. HEX triplet: FE, 03 and 98. RGB value is (254,3,152). Sum of RGB (Red+Green+Blue) = 254+3+152=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 3 (1.56% from 255 or 0.73% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0398 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0398 is #01FC67. Grayscale: #5E5E5E. Windows color (decimal): -130152 or 9962494. OLE color: 9962494.

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

Color convert

RGB 254 3 152 -
CMYK 0 0.99 0.40 0.00
HSL 324.38º 0.99% 0.5% -
HSV(B) 324.38º 0.99% 1% -
XYZ 46.57 23.4 31.77 -
YUV 95.04 160.16 241.38 -
System Red Green Blue C M Y K H S L
Decimal 254 3 152 0 0.99 0.40 0.00 324.38 0.99 0.5
Hex FE 3 98 0 63 28 0 144 63 32
Octal 376 3 230 0 143 50 0 504 143 62
Binary 11111110 11 10011000 0 1100011 101000 0 101000100 1100011 110010

Color Harmonies of #FE0398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0398

Black with #FE0398

Text Example


Text Example

White with #FE0398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0398; }

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

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

background-color css

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

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

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

border-color css

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

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

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