Html Css Color HEX #FA0294 Hollywood Cerise

📋 copy color: '#FA0294'

red 250 ◦ green 2 ◦ blue 148

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

Shades of Hollywood Cerise #FA0294

Tints of Hollywood Cerise #FA0294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37%

R = 62.5%
G = 0.5%
B = 37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FA0294 (or 0xFA0294) is known color: Hollywood Cerise. HEX triplet: FA, 02 and 94. RGB value is (250,2,148). Sum of RGB (Red+Green+Blue) = 250+2+148=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 2 (1.17% from 255 or 0.5% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0294 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0294 is #05FD6B. Grayscale: #5C5C5C. Windows color (decimal): -392556 or 9700090. OLE color: 9700090.

HSL color Cylindrical-coordinate representation of color #FA0294: hue angle of 324.68º 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 #FA0294 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 2 148 -
CMYK 0 0.99 0.41 0.02
HSL 324.68º 0.98% 0.49% -
HSV(B) 324.68º 0.99% 0.98% -
XYZ 44.79 22.51 30 -
YUV 92.8 159.16 240.13 -
System Red Green Blue C M Y K H S L
Decimal 250 2 148 0 0.99 0.41 0.02 324.68 0.98 0.49
Hex FA 2 94 0 63 29 2 145 62 31
Octal 372 2 224 0 143 51 2 505 142 61
Binary 11111010 10 10010100 0 1100011 101001 10 101000101 1100010 110001

Color Harmonies of #FA0294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0294

Black with #FA0294

Text Example


Text Example

White with #FA0294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0294; }

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

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

background-color css

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

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

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

border-color css

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

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

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