Html Css Color HEX #FA0495 Hollywood Cerise

📋 copy color: '#FA0495'

red 250 ◦ green 4 ◦ blue 149

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

Shades of Hollywood Cerise #FA0495

Tints of Hollywood Cerise #FA0495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.97%

R = 62.03%
G = 0.99%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA0495 (or 0xFA0495) is known color: Hollywood Cerise. HEX triplet: FA, 04 and 95. RGB value is (250,4,149). Sum of RGB (Red+Green+Blue) = 250+4+149=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 4 (1.95% from 255 or 0.99% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0495 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0495 is #05FB6A. Grayscale: #5D5D5D. Windows color (decimal): -392043 or 9766138. OLE color: 9766138.

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

Color convert

RGB 250 4 149 -
CMYK 0 0.98 0.40 0.02
HSL 324.63º 0.97% 0.5% -
HSV(B) 324.63º 0.98% 0.98% -
XYZ 44.89 22.58 30.43 -
YUV 94.08 159 239.21 -
System Red Green Blue C M Y K H S L
Decimal 250 4 149 0 0.98 0.40 0.02 324.63 0.97 0.5
Hex FA 4 95 0 62 28 2 145 61 32
Octal 372 4 225 0 142 50 2 505 141 62
Binary 11111010 100 10010101 0 1100010 101000 10 101000101 1100001 110010

Color Harmonies of #FA0495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0495

Black with #FA0495

Text Example


Text Example

White with #FA0495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0495; }

 p { color: rgb(250,4,149); }

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

background-color css

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

 a { background-color: rgb(250,4,149); }

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

border-color css

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

 span { border-color: rgb(250,4,149); }

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