Html Css Color HEX #F1069D Hollywood Cerise

📋 copy color: '#F1069D'

red 241 ◦ green 6 ◦ blue 157

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

Shades of Hollywood Cerise #F1069D

Tints of Hollywood Cerise #F1069D

RGB

 RED value IS 241 (94.53% from 255) = 59.65%

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

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

R = 59.65%
G = 1.49%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1069D (or 0xF1069D) is known color: Hollywood Cerise. HEX triplet: F1, 06 and 9D. RGB value is (241,6,157). Sum of RGB (Red+Green+Blue) = 241+6+157=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 6 (2.73% from 255 or 1.49% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F1069D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1069D is #0EF962. Grayscale: #5D5D5D. Windows color (decimal): -981347 or 10290929. OLE color: 10290929.

HSL color Cylindrical-coordinate representation of color #F1069D: hue angle of 321.45º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F1069D is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 6 157 -
CMYK 0 0.98 0.35 0.05
HSL 321.45º 0.95% 0.48% -
HSV(B) 321.45º 0.98% 0.95% -
XYZ 42.43 21.27 33.77 -
YUV 93.48 163.86 233.22 -
System Red Green Blue C M Y K H S L
Decimal 241 6 157 0 0.98 0.35 0.05 321.45 0.95 0.48
Hex F1 6 9D 0 62 23 5 141 5F 30
Octal 361 6 235 0 142 43 5 501 137 60
Binary 11110001 110 10011101 0 1100010 100011 101 101000001 1011111 110000

Color Harmonies of #F1069D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1069D

Black with #F1069D

Text Example


Text Example

White with #F1069D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1069D; }

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

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

background-color css

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

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

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

border-color css

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

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

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