Html Css Color HEX #F1246A Cerise

📋 copy color: '#F1246A'

red 241 ◦ green 36 ◦ blue 106

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

Shades of Cerise #F1246A

Tints of Cerise #F1246A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.68%

R = 62.92%
G = 9.4%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1246A (or 0xF1246A) is known color: Cerise. HEX triplet: F1, 24 and 6A. RGB value is (241,36,106). Sum of RGB (Red+Green+Blue) = 241+36+106=383 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.92% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 241 - color contains mainly: red. Hex color #F1246A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1246A is #0EDB95. Grayscale: #696969. Windows color (decimal): -973718 or 6956273. OLE color: 6956273.

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

Color convert

RGB 241 36 106 -
CMYK 0 0.85 0.56 0.05
HSL 339.51º 0.88% 0.54% -
HSV(B) 339.51º 0.85% 0.95% -
XYZ 39.51 21 15.61 -
YUV 105.28 128.42 224.81 -
System Red Green Blue C M Y K H S L
Decimal 241 36 106 0 0.85 0.56 0.05 339.51 0.88 0.54
Hex F1 24 6A 0 55 38 5 154 58 36
Octal 361 44 152 0 125 70 5 524 130 66
Binary 11110001 100100 1101010 0 1010101 111000 101 101010100 1011000 110110

Color Harmonies of #F1246A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1246A

Black with #F1246A

Text Example


Text Example

White with #F1246A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1246A; }

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

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

background-color css

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

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

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

border-color css

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

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

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