Html Css Color HEX #F10690 Hollywood Cerise

📋 copy color: '#F10690'

red 241 ◦ green 6 ◦ blue 144

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

Shades of Hollywood Cerise #F10690

Tints of Hollywood Cerise #F10690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.83%

R = 61.64%
G = 1.53%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F10690 (or 0xF10690) is known color: Hollywood Cerise. HEX triplet: F1, 06 and 90. RGB value is (241,6,144). Sum of RGB (Red+Green+Blue) = 241+6+144=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 6 (2.73% from 255 or 1.53% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F10690 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10690 is #0EF96F. Grayscale: #5B5B5B. Windows color (decimal): -981360 or 9438961. OLE color: 9438961.

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

Color convert

RGB 241 6 144 -
CMYK 0 0.98 0.40 0.05
HSL 324.77º 0.95% 0.48% -
HSV(B) 324.77º 0.98% 0.95% -
XYZ 41.37 20.84 28.23 -
YUV 92 157.36 234.28 -
System Red Green Blue C M Y K H S L
Decimal 241 6 144 0 0.98 0.40 0.05 324.77 0.95 0.48
Hex F1 6 90 0 62 28 5 145 5F 30
Octal 361 6 220 0 142 50 5 505 137 60
Binary 11110001 110 10010000 0 1100010 101000 101 101000101 1011111 110000

Color Harmonies of #F10690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10690

Black with #F10690

Text Example


Text Example

White with #F10690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10690; }

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

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

background-color css

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

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

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

border-color css

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

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

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