Html Css Color HEX #F10694 Hollywood Cerise

📋 copy color: '#F10694'

red 241 ◦ green 6 ◦ blue 148

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

Shades of Hollywood Cerise #F10694

Tints of Hollywood Cerise #F10694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.47%

R = 61.01%
G = 1.52%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F10694 (or 0xF10694) is known color: Hollywood Cerise. HEX triplet: F1, 06 and 94. RGB value is (241,6,148). Sum of RGB (Red+Green+Blue) = 241+6+148=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 6 (2.73% from 255 or 1.52% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F10694 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10694 is #0EF96B. Grayscale: #5C5C5C. Windows color (decimal): -981356 or 9701105. OLE color: 9701105.

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

Color convert

RGB 241 6 148 -
CMYK 0 0.98 0.39 0.05
HSL 323.74º 0.95% 0.48% -
HSV(B) 323.74º 0.98% 0.95% -
XYZ 41.69 20.97 29.87 -
YUV 92.45 159.36 233.95 -
System Red Green Blue C M Y K H S L
Decimal 241 6 148 0 0.98 0.39 0.05 323.74 0.95 0.48
Hex F1 6 94 0 62 27 5 144 5F 30
Octal 361 6 224 0 142 47 5 504 137 60
Binary 11110001 110 10010100 0 1100010 100111 101 101000100 1011111 110000

Color Harmonies of #F10694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10694

Black with #F10694

Text Example


Text Example

White with #F10694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10694; }

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

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

background-color css

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

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

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

border-color css

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

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

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