Html Css Color HEX #F506AC Hollywood Cerise

📋 copy color: '#F506AC'

red 245 ◦ green 6 ◦ blue 172

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

Shades of Hollywood Cerise #F506AC

Tints of Hollywood Cerise #F506AC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.42%

 BLUE value IS 172 (67.58% from 255) = 40.66%

R = 57.92%
G = 1.42%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F506AC (or 0xF506AC) is known color: Hollywood Cerise. HEX triplet: F5, 06 and AC. RGB value is (245,6,172). Sum of RGB (Red+Green+Blue) = 245+6+172=423 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.92% from 423); Green value is 6 (2.73% from 255 or 1.42% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 245 - color contains mainly: red. Hex color #F506AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F506AC is #0AF953. Grayscale: #5F5F5F. Windows color (decimal): -719188 or 11273973. OLE color: 11273973.

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

Color convert

RGB 245 6 172 -
CMYK 0 0.98 0.30 0.04
HSL 318.33º 0.95% 0.49% -
HSV(B) 318.33º 0.98% 0.96% -
XYZ 45.17 22.52 41 -
YUV 96.39 170.68 234 -
System Red Green Blue C M Y K H S L
Decimal 245 6 172 0 0.98 0.30 0.04 318.33 0.95 0.49
Hex F5 6 AC 0 62 1E 4 13E 5F 31
Octal 365 6 254 0 142 36 4 476 137 61
Binary 11110101 110 10101100 0 1100010 11110 100 100111110 1011111 110001

Color Harmonies of #F506AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F506AC

Black with #F506AC

Text Example


Text Example

White with #F506AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F506AC; }

 p { color: rgb(245,6,172); }

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

background-color css

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

 a { background-color: rgb(245,6,172); }

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

border-color css

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

 span { border-color: rgb(245,6,172); }

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