Html Css Color HEX #F7069B Hollywood Cerise

📋 copy color: '#F7069B'

red 247 ◦ green 6 ◦ blue 155

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

Shades of Hollywood Cerise #F7069B

Tints of Hollywood Cerise #F7069B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.47%

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

R = 60.54%
G = 1.47%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F7069B (or 0xF7069B) is known color: Hollywood Cerise. HEX triplet: F7, 06 and 9B. RGB value is (247,6,155). Sum of RGB (Red+Green+Blue) = 247+6+155=408 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.54% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 247 - color contains mainly: red. Hex color #F7069B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7069B is #08F964. Grayscale: #5E5E5E. Windows color (decimal): -588133 or 10159863. OLE color: 10159863.

HSL color Cylindrical-coordinate representation of color #F7069B: hue angle of 322.9º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F7069B is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 6 155 -
CMYK 0 0.98 0.37 0.03
HSL 322.9º 0.95% 0.5% -
HSV(B) 322.9º 0.98% 0.97% -
XYZ 44.34 22.27 32.97 -
YUV 95.05 161.84 236.38 -
System Red Green Blue C M Y K H S L
Decimal 247 6 155 0 0.98 0.37 0.03 322.9 0.95 0.5
Hex F7 6 9B 0 62 25 3 143 5F 32
Octal 367 6 233 0 142 45 3 503 137 62
Binary 11110111 110 10011011 0 1100010 100101 11 101000011 1011111 110010

Color Harmonies of #F7069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7069B

Black with #F7069B

Text Example


Text Example

White with #F7069B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7069B; }

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

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

background-color css

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

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

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

border-color css

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

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

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