Html Css Color HEX #F705A1 Hollywood Cerise

📋 copy color: '#F705A1'

red 247 ◦ green 5 ◦ blue 161

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

Shades of Hollywood Cerise #F705A1

Tints of Hollywood Cerise #F705A1

RGB

 RED value IS 247 (96.88% from 255) = 59.81%

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

 BLUE value IS 161 (63.28% from 255) = 38.98%

R = 59.81%
G = 1.21%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F705A1 (or 0xF705A1) is known color: Hollywood Cerise. HEX triplet: F7, 05 and A1. RGB value is (247,5,161). Sum of RGB (Red+Green+Blue) = 247+5+161=413 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.81% from 413); Green value is 5 (2.34% from 255 or 1.21% from 413); Blue value is 161 (63.28% from 255 or 38.98% from 413); Max value from RGB is 247 - color contains mainly: red. Hex color #F705A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F705A1 is #08FA5E. Grayscale: #5E5E5E. Windows color (decimal): -588383 or 10552823. OLE color: 10552823.

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

Color convert

RGB 247 5 161 -
CMYK 0 0.98 0.35 0.03
HSL 321.32º 0.96% 0.49% -
HSV(B) 321.32º 0.98% 0.97% -
XYZ 44.85 22.46 35.69 -
YUV 95.14 165.17 236.32 -
System Red Green Blue C M Y K H S L
Decimal 247 5 161 0 0.98 0.35 0.03 321.32 0.96 0.49
Hex F7 5 A1 0 62 23 3 141 60 31
Octal 367 5 241 0 142 43 3 501 140 61
Binary 11110111 101 10100001 0 1100010 100011 11 101000001 1100000 110001

Color Harmonies of #F705A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F705A1

Black with #F705A1

Text Example


Text Example

White with #F705A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F705A1; }

 p { color: rgb(247,5,161); }

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

background-color css

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

 a { background-color: rgb(247,5,161); }

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

border-color css

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

 span { border-color: rgb(247,5,161); }

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