Html Css Color HEX #FD079A Hollywood Cerise

📋 copy color: '#FD079A'

red 253 ◦ green 7 ◦ blue 154

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

Shades of Hollywood Cerise #FD079A

Tints of Hollywood Cerise #FD079A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.69%

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

R = 61.11%
G = 1.69%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FD079A (or 0xFD079A) is known color: Hollywood Cerise. HEX triplet: FD, 07 and 9A. RGB value is (253,7,154). Sum of RGB (Red+Green+Blue) = 253+7+154=414 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.11% from 414); Green value is 7 (3.12% from 255 or 1.69% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 253 - color contains mainly: red. Hex color #FD079A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD079A is #02F865. Grayscale: #606060. Windows color (decimal): -194662 or 10094589. OLE color: 10094589.

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

Color convert

RGB 253 7 154 -
CMYK 0 0.97 0.39 0.01
HSL 324.15º 0.98% 0.51% -
HSV(B) 324.15º 0.97% 0.99% -
XYZ 46.42 23.37 32.64 -
YUV 97.31 160 239.05 -
System Red Green Blue C M Y K H S L
Decimal 253 7 154 0 0.97 0.39 0.01 324.15 0.98 0.51
Hex FD 7 9A 0 61 27 1 144 62 33
Octal 375 7 232 0 141 47 1 504 142 63
Binary 11111101 111 10011010 0 1100001 100111 1 101000100 1100010 110011

Color Harmonies of #FD079A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD079A

Black with #FD079A

Text Example


Text Example

White with #FD079A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD079A; }

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

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

background-color css

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

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

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

border-color css

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

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

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