Html Css Color HEX #F507AF Hollywood Cerise

📋 copy color: '#F507AF'

red 245 ◦ green 7 ◦ blue 175

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

Shades of Hollywood Cerise #F507AF

Tints of Hollywood Cerise #F507AF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.64%

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

R = 57.38%
G = 1.64%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F507AF (or 0xF507AF) is known color: Hollywood Cerise. HEX triplet: F5, 07 and AF. RGB value is (245,7,175). Sum of RGB (Red+Green+Blue) = 245+7+175=427 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.38% from 427); Green value is 7 (3.12% from 255 or 1.64% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 245 - color contains mainly: red. Hex color #F507AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F507AF is #0AF850. Grayscale: #606060. Windows color (decimal): -718929 or 11470837. OLE color: 11470837.

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

Color convert

RGB 245 7 175 -
CMYK 0 0.97 0.29 0.04
HSL 317.65º 0.94% 0.49% -
HSV(B) 317.65º 0.97% 0.96% -
XYZ 45.47 22.66 42.53 -
YUV 97.31 171.85 233.34 -
System Red Green Blue C M Y K H S L
Decimal 245 7 175 0 0.97 0.29 0.04 317.65 0.94 0.49
Hex F5 7 AF 0 61 1D 4 13E 5E 31
Octal 365 7 257 0 141 35 4 476 136 61
Binary 11110101 111 10101111 0 1100001 11101 100 100111110 1011110 110001

Color Harmonies of #F507AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F507AF

Black with #F507AF

Text Example


Text Example

White with #F507AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F507AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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