Html Css Color HEX #FD049A Hollywood Cerise

📋 copy color: '#FD049A'

red 253 ◦ green 4 ◦ blue 154

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

Shades of Hollywood Cerise #FD049A

Tints of Hollywood Cerise #FD049A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.47%

R = 61.56%
G = 0.97%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FD049A (or 0xFD049A) is known color: Hollywood Cerise. HEX triplet: FD, 04 and 9A. RGB value is (253,4,154). Sum of RGB (Red+Green+Blue) = 253+4+154=411 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.56% from 411); Green value is 4 (1.95% from 255 or 0.97% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 253 - color contains mainly: red. Hex color #FD049A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD049A is #02FB65. Grayscale: #5F5F5F. Windows color (decimal): -195430 or 10093821. OLE color: 10093821.

HSL color Cylindrical-coordinate representation of color #FD049A: hue angle of 323.86º 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 #FD049A is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 4 154 -
CMYK 0 0.98 0.39 0.01
HSL 323.86º 0.98% 0.5% -
HSV(B) 323.86º 0.98% 0.99% -
XYZ 46.38 23.3 32.62 -
YUV 95.55 160.99 240.3 -
System Red Green Blue C M Y K H S L
Decimal 253 4 154 0 0.98 0.39 0.01 323.86 0.98 0.5
Hex FD 4 9A 0 62 27 1 144 62 32
Octal 375 4 232 0 142 47 1 504 142 62
Binary 11111101 100 10011010 0 1100010 100111 1 101000100 1100010 110010

Color Harmonies of #FD049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD049A

Black with #FD049A

Text Example


Text Example

White with #FD049A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD049A; }

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

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

background-color css

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

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

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

border-color css

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

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

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