Html Css Color HEX #FA079A Hollywood Cerise

📋 copy color: '#FA079A'

red 250 ◦ green 7 ◦ blue 154

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

Shades of Hollywood Cerise #FA079A

Tints of Hollywood Cerise #FA079A

RGB

 RED value IS 250 (98.05% from 255) = 60.83%

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

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

R = 60.83%
G = 1.7%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA079A (or 0xFA079A) is known color: Hollywood Cerise. HEX triplet: FA, 07 and 9A. RGB value is (250,7,154). Sum of RGB (Red+Green+Blue) = 250+7+154=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 7 (3.12% from 255 or 1.70% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA079A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA079A is #05F865. Grayscale: #606060. Windows color (decimal): -391270 or 10094586. OLE color: 10094586.

HSL color Cylindrical-coordinate representation of color #FA079A: hue angle of 323.7º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA079A is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 7 154 -
CMYK 0 0.97 0.38 0.02
HSL 323.7º 0.96% 0.5% -
HSV(B) 323.7º 0.97% 0.98% -
XYZ 45.33 22.81 32.59 -
YUV 96.42 160.51 237.55 -
System Red Green Blue C M Y K H S L
Decimal 250 7 154 0 0.97 0.38 0.02 323.7 0.96 0.5
Hex FA 7 9A 0 61 26 2 144 60 32
Octal 372 7 232 0 141 46 2 504 140 62
Binary 11111010 111 10011010 0 1100001 100110 10 101000100 1100000 110010

Color Harmonies of #FA079A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA079A

Black with #FA079A

Text Example


Text Example

White with #FA079A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA079A; }

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

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

background-color css

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

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

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

border-color css

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

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

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