Html Css Color HEX #F1069A Hollywood Cerise

📋 copy color: '#F1069A'

red 241 ◦ green 6 ◦ blue 154

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

Shades of Hollywood Cerise #F1069A

Tints of Hollywood Cerise #F1069A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.4%

R = 60.1%
G = 1.5%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1069A (or 0xF1069A) is known color: Hollywood Cerise. HEX triplet: F1, 06 and 9A. RGB value is (241,6,154). Sum of RGB (Red+Green+Blue) = 241+6+154=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 6 (2.73% from 255 or 1.50% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F1069A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1069A is #0EF965. Grayscale: #5C5C5C. Windows color (decimal): -981350 or 10094321. OLE color: 10094321.

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

Color convert

RGB 241 6 154 -
CMYK 0 0.98 0.36 0.05
HSL 322.21º 0.95% 0.48% -
HSV(B) 322.21º 0.98% 0.95% -
XYZ 42.17 21.16 32.43 -
YUV 93.14 162.36 233.47 -
System Red Green Blue C M Y K H S L
Decimal 241 6 154 0 0.98 0.36 0.05 322.21 0.95 0.48
Hex F1 6 9A 0 62 24 5 142 5F 30
Octal 361 6 232 0 142 44 5 502 137 60
Binary 11110001 110 10011010 0 1100010 100100 101 101000010 1011111 110000

Color Harmonies of #F1069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1069A

Black with #F1069A

Text Example


Text Example

White with #F1069A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1069A; }

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

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

background-color css

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

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

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

border-color css

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

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

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