Html Css Color HEX #FA0FA1 Hollywood Cerise

📋 copy color: '#FA0FA1'

red 250 ◦ green 15 ◦ blue 161

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

Shades of Hollywood Cerise #FA0FA1

Tints of Hollywood Cerise #FA0FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 37.79%

R = 58.69%
G = 3.52%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA0FA1 (or 0xFA0FA1) is known color: Hollywood Cerise. HEX triplet: FA, 0F and A1. RGB value is (250,15,161). Sum of RGB (Red+Green+Blue) = 250+15+161=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 15 (6.25% from 255 or 3.52% from 426); Blue value is 161 (63.28% from 255 or 37.79% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0FA1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0FA1 is #05F05E. Grayscale: #656565. Windows color (decimal): -389215 or 10555386. OLE color: 10555386.

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

Color convert

RGB 250 15 161 -
CMYK 0 0.94 0.36 0.02
HSL 322.72º 0.96% 0.52% -
HSV(B) 322.72º 0.94% 0.98% -
XYZ 46.03 23.24 35.78 -
YUV 101.91 161.36 233.63 -
System Red Green Blue C M Y K H S L
Decimal 250 15 161 0 0.94 0.36 0.02 322.72 0.96 0.52
Hex FA F A1 0 5E 24 2 143 60 34
Octal 372 17 241 0 136 44 2 503 140 64
Binary 11111010 1111 10100001 0 1011110 100100 10 101000011 1100000 110100

Color Harmonies of #FA0FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0FA1

Black with #FA0FA1

Text Example


Text Example

White with #FA0FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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