Html Css Color HEX #F7069D Hollywood Cerise

📋 copy color: '#F7069D'

red 247 ◦ green 6 ◦ blue 157

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

Shades of Hollywood Cerise #F7069D

Tints of Hollywood Cerise #F7069D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.29%

R = 60.24%
G = 1.46%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F7069D (or 0xF7069D) is known color: Hollywood Cerise. HEX triplet: F7, 06 and 9D. RGB value is (247,6,157). Sum of RGB (Red+Green+Blue) = 247+6+157=410 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.24% from 410); Green value is 6 (2.73% from 255 or 1.46% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 247 - color contains mainly: red. Hex color #F7069D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7069D is #08F962. Grayscale: #5E5E5E. Windows color (decimal): -588131 or 10290935. OLE color: 10290935.

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

Color convert

RGB 247 6 157 -
CMYK 0 0.98 0.36 0.03
HSL 322.41º 0.95% 0.5% -
HSV(B) 322.41º 0.98% 0.97% -
XYZ 44.51 22.34 33.86 -
YUV 95.27 162.84 236.22 -
System Red Green Blue C M Y K H S L
Decimal 247 6 157 0 0.98 0.36 0.03 322.41 0.95 0.5
Hex F7 6 9D 0 62 24 3 142 5F 32
Octal 367 6 235 0 142 44 3 502 137 62
Binary 11110111 110 10011101 0 1100010 100100 11 101000010 1011111 110010

Color Harmonies of #F7069D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7069D

Black with #F7069D

Text Example


Text Example

White with #F7069D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7069D; }

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

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

background-color css

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

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

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

border-color css

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

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

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