Html Css Color HEX #FA0190 Hollywood Cerise

📋 copy color: '#FA0190'

red 250 ◦ green 1 ◦ blue 144

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

Shades of Hollywood Cerise #FA0190

Tints of Hollywood Cerise #FA0190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 144 (56.64% from 255) = 36.46%

R = 63.29%
G = 0.25%
B = 36.46%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA0190 (or 0xFA0190) is known color: Hollywood Cerise. HEX triplet: FA, 01 and 90. RGB value is (250,1,144). Sum of RGB (Red+Green+Blue) = 250+1+144=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0190 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0190 is #05FE6F. Grayscale: #5B5B5B. Windows color (decimal): -392816 or 9437690. OLE color: 9437690.

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

Color convert

RGB 250 1 144 -
CMYK 0 1.00 0.42 0.02
HSL 325.54º 0.99% 0.49% -
HSV(B) 325.54º 1% 0.98% -
XYZ 44.47 22.36 28.36 -
YUV 91.75 157.49 240.87 -
System Red Green Blue C M Y K H S L
Decimal 250 1 144 0 1.00 0.42 0.02 325.54 0.99 0.49
Hex FA 1 90 0 64 2A 2 146 63 31
Octal 372 1 220 0 144 52 2 506 143 61
Binary 11111010 1 10010000 0 1100100 101010 10 101000110 1100011 110001

Color Harmonies of #FA0190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0190

Black with #FA0190

Text Example


Text Example

White with #FA0190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0190; }

 p { color: rgb(250,1,144); }

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

background-color css

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

 a { background-color: rgb(250,1,144); }

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

border-color css

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

 span { border-color: rgb(250,1,144); }

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