Html Css Color HEX #F705B1 Hollywood Cerise

📋 copy color: '#F705B1'

red 247 ◦ green 5 ◦ blue 177

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

Shades of Hollywood Cerise #F705B1

Tints of Hollywood Cerise #F705B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 41.26%

R = 57.58%
G = 1.17%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F705B1 (or 0xF705B1) is known color: Hollywood Cerise. HEX triplet: F7, 05 and B1. RGB value is (247,5,177). Sum of RGB (Red+Green+Blue) = 247+5+177=429 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.58% from 429); Green value is 5 (2.34% from 255 or 1.17% from 429); Blue value is 177 (69.53% from 255 or 41.26% from 429); Max value from RGB is 247 - color contains mainly: red. Hex color #F705B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F705B1 is #08FA4E. Grayscale: #606060. Windows color (decimal): -588367 or 11601399. OLE color: 11601399.

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

Color convert

RGB 247 5 177 -
CMYK 0 0.98 0.28 0.03
HSL 317.36º 0.96% 0.49% -
HSV(B) 317.36º 0.98% 0.97% -
XYZ 46.35 23.06 43.6 -
YUV 96.97 173.17 235.01 -
System Red Green Blue C M Y K H S L
Decimal 247 5 177 0 0.98 0.28 0.03 317.36 0.96 0.49
Hex F7 5 B1 0 62 1C 3 13D 60 31
Octal 367 5 261 0 142 34 3 475 140 61
Binary 11110111 101 10110001 0 1100010 11100 11 100111101 1100000 110001

Color Harmonies of #F705B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F705B1

Black with #F705B1

Text Example


Text Example

White with #F705B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F705B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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