Html Css Color HEX #FD079F Hollywood Cerise

📋 copy color: '#FD079F'

red 253 ◦ green 7 ◦ blue 159

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

Shades of Hollywood Cerise #FD079F

Tints of Hollywood Cerise #FD079F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.95%

R = 60.38%
G = 1.67%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FD079F (or 0xFD079F) is known color: Hollywood Cerise. HEX triplet: FD, 07 and 9F. RGB value is (253,7,159). Sum of RGB (Red+Green+Blue) = 253+7+159=419 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.38% from 419); Green value is 7 (3.12% from 255 or 1.67% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 253 - color contains mainly: red. Hex color #FD079F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD079F is #02F860. Grayscale: #616161. Windows color (decimal): -194657 or 10422269. OLE color: 10422269.

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

Color convert

RGB 253 7 159 -
CMYK 0 0.97 0.37 0.01
HSL 322.93º 0.98% 0.51% -
HSV(B) 322.93º 0.97% 0.99% -
XYZ 46.84 23.54 34.88 -
YUV 97.88 162.5 238.64 -
System Red Green Blue C M Y K H S L
Decimal 253 7 159 0 0.97 0.37 0.01 322.93 0.98 0.51
Hex FD 7 9F 0 61 25 1 143 62 33
Octal 375 7 237 0 141 45 1 503 142 63
Binary 11111101 111 10011111 0 1100001 100101 1 101000011 1100010 110011

Color Harmonies of #FD079F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD079F

Black with #FD079F

Text Example


Text Example

White with #FD079F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD079F; }

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

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

background-color css

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

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

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

border-color css

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

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

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