Html Css Color HEX #F1246F Cerise

📋 copy color: '#F1246F'

red 241 ◦ green 36 ◦ blue 111

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

Shades of Cerise #F1246F

Tints of Cerise #F1246F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.28%

 BLUE value IS 111 (43.75% from 255) = 28.61%

R = 62.11%
G = 9.28%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F1246F (or 0xF1246F) is known color: Cerise. HEX triplet: F1, 24 and 6F. RGB value is (241,36,111). Sum of RGB (Red+Green+Blue) = 241+36+111=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 36 (14.45% from 255 or 9.28% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F1246F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1246F is #0EDB90. Grayscale: #696969. Windows color (decimal): -973713 or 7283953. OLE color: 7283953.

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

Color convert

RGB 241 36 111 -
CMYK 0 0.85 0.54 0.05
HSL 338.05º 0.88% 0.54% -
HSV(B) 338.05º 0.85% 0.95% -
XYZ 39.78 21.11 17.02 -
YUV 105.85 130.92 224.4 -
System Red Green Blue C M Y K H S L
Decimal 241 36 111 0 0.85 0.54 0.05 338.05 0.88 0.54
Hex F1 24 6F 0 55 36 5 152 58 36
Octal 361 44 157 0 125 66 5 522 130 66
Binary 11110001 100100 1101111 0 1010101 110110 101 101010010 1011000 110110

Color Harmonies of #F1246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1246F

Black with #F1246F

Text Example


Text Example

White with #F1246F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1246F; }

 p { color: rgb(241,36,111); }

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

background-color css

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

 a { background-color: rgb(241,36,111); }

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

border-color css

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

 span { border-color: rgb(241,36,111); }

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