Html Css Color HEX #F503AF Hollywood Cerise

📋 copy color: '#F503AF'

red 245 ◦ green 3 ◦ blue 175

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

Shades of Hollywood Cerise #F503AF

Tints of Hollywood Cerise #F503AF

RGB

 RED value IS 245 (96.09% from 255) = 57.92%

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

 BLUE value IS 175 (68.75% from 255) = 41.37%

R = 57.92%
G = 0.71%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F503AF (or 0xF503AF) is known color: Hollywood Cerise. HEX triplet: F5, 03 and AF. RGB value is (245,3,175). Sum of RGB (Red+Green+Blue) = 245+3+175=423 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.92% from 423); Green value is 3 (1.56% from 255 or 0.71% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 245 - color contains mainly: red. Hex color #F503AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F503AF is #0AFC50. Grayscale: #5E5E5E. Windows color (decimal): -719953 or 11469813. OLE color: 11469813.

HSL color Cylindrical-coordinate representation of color #F503AF: hue angle of 317.36º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F503AF is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 3 175 -
CMYK 0 0.99 0.29 0.04
HSL 317.36º 0.98% 0.49% -
HSV(B) 317.36º 0.99% 0.96% -
XYZ 45.43 22.57 42.52 -
YUV 94.97 173.17 235.01 -
System Red Green Blue C M Y K H S L
Decimal 245 3 175 0 0.99 0.29 0.04 317.36 0.98 0.49
Hex F5 3 AF 0 63 1D 4 13D 62 31
Octal 365 3 257 0 143 35 4 475 142 61
Binary 11110101 11 10101111 0 1100011 11101 100 100111101 1100010 110001

Color Harmonies of #F503AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F503AF

Black with #F503AF

Text Example


Text Example

White with #F503AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F503AF; }

 p { color: rgb(245,3,175); }

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

background-color css

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

 a { background-color: rgb(245,3,175); }

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

border-color css

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

 span { border-color: rgb(245,3,175); }

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