Html Css Color HEX #FD0299 Hollywood Cerise

📋 copy color: '#FD0299'

red 253 ◦ green 2 ◦ blue 153

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

Shades of Hollywood Cerise #FD0299

Tints of Hollywood Cerise #FD0299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.5%

R = 62.01%
G = 0.49%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FD0299 (or 0xFD0299) is known color: Hollywood Cerise. HEX triplet: FD, 02 and 99. RGB value is (253,2,153). Sum of RGB (Red+Green+Blue) = 253+2+153=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 2 (1.17% from 255 or 0.49% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0299 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0299 is #02FD66. Grayscale: #5D5D5D. Windows color (decimal): -195943 or 10027773. OLE color: 10027773.

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

Color convert

RGB 253 2 153 -
CMYK 0 0.99 0.40 0.01
HSL 323.9º 0.98% 0.5% -
HSV(B) 323.9º 0.99% 0.99% -
XYZ 46.28 23.23 32.18 -
YUV 94.26 161.16 241.22 -
System Red Green Blue C M Y K H S L
Decimal 253 2 153 0 0.99 0.40 0.01 323.9 0.98 0.5
Hex FD 2 99 0 63 28 1 144 62 32
Octal 375 2 231 0 143 50 1 504 142 62
Binary 11111101 10 10011001 0 1100011 101000 1 101000100 1100010 110010

Color Harmonies of #FD0299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0299

Black with #FD0299

Text Example


Text Example

White with #FD0299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0299; }

 p { color: rgb(253,2,153); }

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

background-color css

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

 a { background-color: rgb(253,2,153); }

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

border-color css

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

 span { border-color: rgb(253,2,153); }

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