Html Css Color HEX #F700B0 Hollywood Cerise

📋 copy color: '#F700B0'

red 247 ◦ green 0 ◦ blue 176

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

Shades of Hollywood Cerise #F700B0

Tints of Hollywood Cerise #F700B0

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 176 (69.14% from 255) = 41.61%

R = 58.39%
G = 0%
B = 41.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F700B0 (or 0xF700B0) is known color: Hollywood Cerise. HEX triplet: F7, 00 and B0. RGB value is (247,0,176). Sum of RGB (Red+Green+Blue) = 247+0+176=423 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.39% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 247 - color contains mainly: red. Hex color #F700B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F700B0 is #08FF4F. Grayscale: #5D5D5D. Windows color (decimal): -589648 or 11534583. OLE color: 11534583.

HSL color Cylindrical-coordinate representation of color #F700B0: hue angle of 317.25º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F700B0 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 0 176 -
CMYK 0 1 0.29 0.03
HSL 317.25º 1% 0.48% -
HSV(B) 317.25º 1% 0.97% -
XYZ 46.19 22.91 43.06 -
YUV 93.92 174.33 237.19 -
System Red Green Blue C M Y K H S L
Decimal 247 0 176 0 1 0.29 0.03 317.25 1 0.48
Hex F7 0 B0 0 64 1D 3 13D 64 30
Octal 367 0 260 0 144 35 3 475 144 60
Binary 11110111 0 10110000 0 1100100 11101 11 100111101 1100100 110000

Color Harmonies of #F700B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F700B0

Black with #F700B0

Text Example


Text Example

White with #F700B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F700B0; }

 p { color: rgb(247,0,176); }

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

background-color css

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

 a { background-color: rgb(247,0,176); }

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

border-color css

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

 span { border-color: rgb(247,0,176); }

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