Html Css Color HEX #FD0498 Hollywood Cerise

📋 copy color: '#FD0498'

red 253 ◦ green 4 ◦ blue 152

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

Shades of Hollywood Cerise #FD0498

Tints of Hollywood Cerise #FD0498

RGB

 RED value IS 253 (99.22% from 255) = 61.86%

 GREEN value IS 4 (1.95% from 255) = 0.98%

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

R = 61.86%
G = 0.98%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FD0498 (or 0xFD0498) is known color: Hollywood Cerise. HEX triplet: FD, 04 and 98. RGB value is (253,4,152). Sum of RGB (Red+Green+Blue) = 253+4+152=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 4 (1.95% from 255 or 0.98% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0498 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0498 is #02FB67. Grayscale: #5E5E5E. Windows color (decimal): -195432 or 9962749. OLE color: 9962749.

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

Color convert

RGB 253 4 152 -
CMYK 0 0.98 0.40 0.01
HSL 324.34º 0.98% 0.5% -
HSV(B) 324.34º 0.98% 0.99% -
XYZ 46.22 23.24 31.75 -
YUV 95.32 159.99 240.47 -
System Red Green Blue C M Y K H S L
Decimal 253 4 152 0 0.98 0.40 0.01 324.34 0.98 0.5
Hex FD 4 98 0 62 28 1 144 62 32
Octal 375 4 230 0 142 50 1 504 142 62
Binary 11111101 100 10011000 0 1100010 101000 1 101000100 1100010 110010

Color Harmonies of #FD0498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0498

Black with #FD0498

Text Example


Text Example

White with #FD0498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0498; }

 p { color: rgb(253,4,152); }

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

background-color css

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

 a { background-color: rgb(253,4,152); }

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

border-color css

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

 span { border-color: rgb(253,4,152); }

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