Html Css Color HEX #FA059B Hollywood Cerise

📋 copy color: '#FA059B'

red 250 ◦ green 5 ◦ blue 155

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

Shades of Hollywood Cerise #FA059B

Tints of Hollywood Cerise #FA059B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.22%

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

R = 60.98%
G = 1.22%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA059B (or 0xFA059B) is known color: Hollywood Cerise. HEX triplet: FA, 05 and 9B. RGB value is (250,5,155). Sum of RGB (Red+Green+Blue) = 250+5+155=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 5 (2.34% from 255 or 1.22% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA059B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA059B is #05FA64. Grayscale: #5F5F5F. Windows color (decimal): -391781 or 10159610. OLE color: 10159610.

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

Color convert

RGB 250 5 155 -
CMYK 0 0.98 0.38 0.02
HSL 323.27º 0.96% 0.5% -
HSV(B) 323.27º 0.98% 0.98% -
XYZ 45.4 22.8 33.02 -
YUV 95.36 161.67 238.3 -
System Red Green Blue C M Y K H S L
Decimal 250 5 155 0 0.98 0.38 0.02 323.27 0.96 0.5
Hex FA 5 9B 0 62 26 2 143 60 32
Octal 372 5 233 0 142 46 2 503 140 62
Binary 11111010 101 10011011 0 1100010 100110 10 101000011 1100000 110010

Color Harmonies of #FA059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA059B

Black with #FA059B

Text Example


Text Example

White with #FA059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA059B; }

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

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

background-color css

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

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

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

border-color css

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

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

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