Html Css Color HEX #F705A2 Hollywood Cerise

📋 copy color: '#F705A2'

red 247 ◦ green 5 ◦ blue 162

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

Shades of Hollywood Cerise #F705A2

Tints of Hollywood Cerise #F705A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 39.13%

R = 59.66%
G = 1.21%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.03

RGB Variations

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

Color information

#F705A2 (or 0xF705A2) is known color: Hollywood Cerise. HEX triplet: F7, 05 and A2. RGB value is (247,5,162). Sum of RGB (Red+Green+Blue) = 247+5+162=414 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.66% from 414); Green value is 5 (2.34% from 255 or 1.21% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 247 - color contains mainly: red. Hex color #F705A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F705A2 is #08FA5D. Grayscale: #5E5E5E. Windows color (decimal): -588382 or 10618359. OLE color: 10618359.

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

Color convert

RGB 247 5 162 -
CMYK 0 0.98 0.34 0.03
HSL 321.07º 0.96% 0.49% -
HSV(B) 321.07º 0.98% 0.97% -
XYZ 44.93 22.49 36.16 -
YUV 95.26 165.67 236.23 -
System Red Green Blue C M Y K H S L
Decimal 247 5 162 0 0.98 0.34 0.03 321.07 0.96 0.49
Hex F7 5 A2 0 62 22 3 141 60 31
Octal 367 5 242 0 142 42 3 501 140 61
Binary 11110111 101 10100010 0 1100010 100010 11 101000001 1100000 110001

Color Harmonies of #F705A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F705A2

Black with #F705A2

Text Example


Text Example

White with #F705A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F705A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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