Html Css Color HEX #F705AC Hollywood Cerise

📋 copy color: '#F705AC'

red 247 ◦ green 5 ◦ blue 172

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

Shades of Hollywood Cerise #F705AC

Tints of Hollywood Cerise #F705AC

RGB

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

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

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

R = 58.25%
G = 1.18%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F705AC (or 0xF705AC) is known color: Hollywood Cerise. HEX triplet: F7, 05 and AC. RGB value is (247,5,172). Sum of RGB (Red+Green+Blue) = 247+5+172=424 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.25% from 424); Green value is 5 (2.34% from 255 or 1.18% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 247 - color contains mainly: red. Hex color #F705AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F705AC is #08FA53. Grayscale: #5F5F5F. Windows color (decimal): -588372 or 11273719. OLE color: 11273719.

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

Color convert

RGB 247 5 172 -
CMYK 0 0.98 0.30 0.03
HSL 318.6º 0.96% 0.49% -
HSV(B) 318.6º 0.98% 0.97% -
XYZ 45.86 22.86 41.03 -
YUV 96.4 170.67 235.42 -
System Red Green Blue C M Y K H S L
Decimal 247 5 172 0 0.98 0.30 0.03 318.6 0.96 0.49
Hex F7 5 AC 0 62 1E 3 13F 60 31
Octal 367 5 254 0 142 36 3 477 140 61
Binary 11110111 101 10101100 0 1100010 11110 11 100111111 1100000 110001

Color Harmonies of #F705AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F705AC

Black with #F705AC

Text Example


Text Example

White with #F705AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F705AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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