Html Css Color HEX #F705A7 Hollywood Cerise

📋 copy color: '#F705A7'

red 247 ◦ green 5 ◦ blue 167

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

Shades of Hollywood Cerise #F705A7

Tints of Hollywood Cerise #F705A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.86%

R = 58.95%
G = 1.19%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#F705A7 (or 0xF705A7) is known color: Hollywood Cerise. HEX triplet: F7, 05 and A7. RGB value is (247,5,167). Sum of RGB (Red+Green+Blue) = 247+5+167=419 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.95% from 419); Green value is 5 (2.34% from 255 or 1.19% from 419); Blue value is 167 (65.62% from 255 or 39.86% from 419); Max value from RGB is 247 - color contains mainly: red. Hex color #F705A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F705A7 is #08FA58. Grayscale: #5F5F5F. Windows color (decimal): -588377 or 10946039. OLE color: 10946039.

HSL color Cylindrical-coordinate representation of color #F705A7: hue angle of 319.83º 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 #F705A7 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 5 167 -
CMYK 0 0.98 0.32 0.03
HSL 319.83º 0.96% 0.49% -
HSV(B) 319.83º 0.98% 0.97% -
XYZ 45.39 22.67 38.54 -
YUV 95.83 168.17 235.83 -
System Red Green Blue C M Y K H S L
Decimal 247 5 167 0 0.98 0.32 0.03 319.83 0.96 0.49
Hex F7 5 A7 0 62 20 3 140 60 31
Octal 367 5 247 0 142 40 3 500 140 61
Binary 11110111 101 10100111 0 1100010 100000 11 101000000 1100000 110001

Color Harmonies of #F705A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F705A7

Black with #F705A7

Text Example


Text Example

White with #F705A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F705A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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