Html Css Color HEX #FA0598 Hollywood Cerise

📋 copy color: '#FA0598'

red 250 ◦ green 5 ◦ blue 152

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

Shades of Hollywood Cerise #FA0598

Tints of Hollywood Cerise #FA0598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.35%

R = 61.43%
G = 1.23%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA0598 (or 0xFA0598) is known color: Hollywood Cerise. HEX triplet: FA, 05 and 98. RGB value is (250,5,152). Sum of RGB (Red+Green+Blue) = 250+5+152=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 5 (2.34% from 255 or 1.23% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0598 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0598 is #05FA67. Grayscale: #5E5E5E. Windows color (decimal): -391784 or 9963002. OLE color: 9963002.

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

Color convert

RGB 250 5 152 -
CMYK 0 0.98 0.39 0.02
HSL 324º 0.96% 0.5% -
HSV(B) 324º 0.98% 0.98% -
XYZ 45.15 22.7 31.71 -
YUV 95.01 160.17 238.55 -
System Red Green Blue C M Y K H S L
Decimal 250 5 152 0 0.98 0.39 0.02 324 0.96 0.5
Hex FA 5 98 0 62 27 2 144 60 32
Octal 372 5 230 0 142 47 2 504 140 62
Binary 11111010 101 10011000 0 1100010 100111 10 101000100 1100000 110010

Color Harmonies of #FA0598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0598

Black with #FA0598

Text Example


Text Example

White with #FA0598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0598; }

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

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

background-color css

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

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

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

border-color css

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

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

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