Html Css Color HEX #F500AF Hollywood Cerise

📋 copy color: '#F500AF'

red 245 ◦ green 0 ◦ blue 175

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

Shades of Hollywood Cerise #F500AF

Tints of Hollywood Cerise #F500AF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.33%
G = 0%
B = 41.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F500AF (or 0xF500AF) is known color: Hollywood Cerise. HEX triplet: F5, 00 and AF. RGB value is (245,0,175). Sum of RGB (Red+Green+Blue) = 245+0+175=420 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.33% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 245 - color contains mainly: red. Hex color #F500AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F500AF is #0AFF50. Grayscale: #5C5C5C. Windows color (decimal): -720721 or 11469045. OLE color: 11469045.

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

Color convert

RGB 245 0 175 -
CMYK 0 1 0.29 0.04
HSL 317.14º 1% 0.48% -
HSV(B) 317.14º 1% 0.96% -
XYZ 45.39 22.51 42.51 -
YUV 93.21 174.17 236.27 -
System Red Green Blue C M Y K H S L
Decimal 245 0 175 0 1 0.29 0.04 317.14 1 0.48
Hex F5 0 AF 0 64 1D 4 13D 64 30
Octal 365 0 257 0 144 35 4 475 144 60
Binary 11110101 0 10101111 0 1100100 11101 100 100111101 1100100 110000

Color Harmonies of #F500AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F500AF

Black with #F500AF

Text Example


Text Example

White with #F500AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F500AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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