Html Css Color HEX #FA0295 Hollywood Cerise

📋 copy color: '#FA0295'

red 250 ◦ green 2 ◦ blue 149

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

Shades of Hollywood Cerise #FA0295

Tints of Hollywood Cerise #FA0295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

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

R = 62.34%
G = 0.5%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA0295 (or 0xFA0295) is known color: Hollywood Cerise. HEX triplet: FA, 02 and 95. RGB value is (250,2,149). Sum of RGB (Red+Green+Blue) = 250+2+149=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0295 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0295 is #05FD6A. Grayscale: #5C5C5C. Windows color (decimal): -392555 or 9765626. OLE color: 9765626.

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

Color convert

RGB 250 2 149 -
CMYK 0 0.99 0.40 0.02
HSL 324.44º 0.98% 0.49% -
HSV(B) 324.44º 0.99% 0.98% -
XYZ 44.87 22.54 30.42 -
YUV 92.91 159.66 240.05 -
System Red Green Blue C M Y K H S L
Decimal 250 2 149 0 0.99 0.40 0.02 324.44 0.98 0.49
Hex FA 2 95 0 63 28 2 144 62 31
Octal 372 2 225 0 143 50 2 504 142 61
Binary 11111010 10 10010101 0 1100011 101000 10 101000100 1100010 110001

Color Harmonies of #FA0295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0295

Black with #FA0295

Text Example


Text Example

White with #FA0295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0295; }

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

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

background-color css

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

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

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

border-color css

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

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

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