Html Css Color HEX #FA0FA4 Hollywood Cerise

📋 copy color: '#FA0FA4'

red 250 ◦ green 15 ◦ blue 164

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

Shades of Hollywood Cerise #FA0FA4

Tints of Hollywood Cerise #FA0FA4

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.5%

 BLUE value IS 164 (64.45% from 255) = 38.23%

R = 58.28%
G = 3.5%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FA0FA4 (or 0xFA0FA4) is known color: Hollywood Cerise. HEX triplet: FA, 0F and A4. RGB value is (250,15,164). Sum of RGB (Red+Green+Blue) = 250+15+164=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 164 (64.45% from 255 or 38.23% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0FA4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0FA4 is #05F05B. Grayscale: #656565. Windows color (decimal): -389212 or 10751994. OLE color: 10751994.

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

Color convert

RGB 250 15 164 -
CMYK 0 0.94 0.34 0.02
HSL 321.96º 0.96% 0.52% -
HSV(B) 321.96º 0.94% 0.98% -
XYZ 46.3 23.35 37.19 -
YUV 102.25 162.86 233.38 -
System Red Green Blue C M Y K H S L
Decimal 250 15 164 0 0.94 0.34 0.02 321.96 0.96 0.52
Hex FA F A4 0 5E 22 2 142 60 34
Octal 372 17 244 0 136 42 2 502 140 64
Binary 11111010 1111 10100100 0 1011110 100010 10 101000010 1100000 110100

Color Harmonies of #FA0FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0FA4

Black with #FA0FA4

Text Example


Text Example

White with #FA0FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0FA4; }

 p { color: rgb(250,15,164); }

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

background-color css

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

 a { background-color: rgb(250,15,164); }

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

border-color css

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

 span { border-color: rgb(250,15,164); }

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