Html Css Color HEX #FA039B Hollywood Cerise

📋 copy color: '#FA039B'

red 250 ◦ green 3 ◦ blue 155

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

Shades of Hollywood Cerise #FA039B

Tints of Hollywood Cerise #FA039B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.74%

 BLUE value IS 155 (60.94% from 255) = 37.99%

R = 61.27%
G = 0.74%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA039B (or 0xFA039B) is known color: Hollywood Cerise. HEX triplet: FA, 03 and 9B. RGB value is (250,3,155). Sum of RGB (Red+Green+Blue) = 250+3+155=408 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.27% from 408); Green value is 3 (1.56% from 255 or 0.74% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 250 - color contains mainly: red. Hex color #FA039B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA039B is #05FC64. Grayscale: #5D5D5D. Windows color (decimal): -392293 or 10159098. OLE color: 10159098.

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

Color convert

RGB 250 3 155 -
CMYK 0 0.99 0.38 0.02
HSL 323.08º 0.98% 0.5% -
HSV(B) 323.08º 0.99% 0.98% -
XYZ 45.37 22.76 33.01 -
YUV 94.18 162.33 239.14 -
System Red Green Blue C M Y K H S L
Decimal 250 3 155 0 0.99 0.38 0.02 323.08 0.98 0.5
Hex FA 3 9B 0 63 26 2 143 62 32
Octal 372 3 233 0 143 46 2 503 142 62
Binary 11111010 11 10011011 0 1100011 100110 10 101000011 1100010 110010

Color Harmonies of #FA039B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA039B

Black with #FA039B

Text Example


Text Example

White with #FA039B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA039B; }

 p { color: rgb(250,3,155); }

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

background-color css

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

 a { background-color: rgb(250,3,155); }

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

border-color css

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

 span { border-color: rgb(250,3,155); }

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