Html Css Color HEX #F7019B Hollywood Cerise

📋 copy color: '#F7019B'

red 247 ◦ green 1 ◦ blue 155

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

Shades of Hollywood Cerise #F7019B

Tints of Hollywood Cerise #F7019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 155 (60.94% from 255) = 38.46%

R = 61.29%
G = 0.25%
B = 38.46%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F7019B (or 0xF7019B) is known color: Hollywood Cerise. HEX triplet: F7, 01 and 9B. RGB value is (247,1,155). Sum of RGB (Red+Green+Blue) = 247+1+155=403 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.29% from 403); Green value is 1 (0.78% from 255 or 0.25% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 247 - color contains mainly: red. Hex color #F7019B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7019B is #08FE64. Grayscale: #5B5B5B. Windows color (decimal): -589413 or 10158583. OLE color: 10158583.

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

Color convert

RGB 247 1 155 -
CMYK 0 1.00 0.37 0.03
HSL 322.44º 0.99% 0.49% -
HSV(B) 322.44º 1% 0.97% -
XYZ 44.29 22.16 32.95 -
YUV 92.11 163.5 238.48 -
System Red Green Blue C M Y K H S L
Decimal 247 1 155 0 1.00 0.37 0.03 322.44 0.99 0.49
Hex F7 1 9B 0 64 25 3 142 63 31
Octal 367 1 233 0 144 45 3 502 143 61
Binary 11110111 1 10011011 0 1100100 100101 11 101000010 1100011 110001

Color Harmonies of #F7019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7019B

Black with #F7019B

Text Example


Text Example

White with #F7019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7019B; }

 p { color: rgb(247,1,155); }

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

background-color css

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

 a { background-color: rgb(247,1,155); }

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

border-color css

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

 span { border-color: rgb(247,1,155); }

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