Html Css Color HEX #F1316F Cerise

📋 copy color: '#F1316F'

red 241 ◦ green 49 ◦ blue 111

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

Shades of Cerise #F1316F

Tints of Cerise #F1316F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.22%

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

R = 60.1%
G = 12.22%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F1316F (or 0xF1316F) is known color: Cerise. HEX triplet: F1, 31 and 6F. RGB value is (241,49,111). Sum of RGB (Red+Green+Blue) = 241+49+111=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F1316F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1316F is #0ECE90. Grayscale: #717171. Windows color (decimal): -970385 or 7287281. OLE color: 7287281.

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

Color convert

RGB 241 49 111 -
CMYK 0 0.80 0.54 0.05
HSL 340.63º 0.87% 0.57% -
HSV(B) 340.63º 0.8% 0.95% -
XYZ 40.24 22.05 17.17 -
YUV 113.48 126.61 218.96 -
System Red Green Blue C M Y K H S L
Decimal 241 49 111 0 0.80 0.54 0.05 340.63 0.87 0.57
Hex F1 31 6F 0 50 36 5 155 57 39
Octal 361 61 157 0 120 66 5 525 127 71
Binary 11110001 110001 1101111 0 1010000 110110 101 101010101 1010111 111001

Color Harmonies of #F1316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1316F

Black with #F1316F

Text Example


Text Example

White with #F1316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1316F; }

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

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

background-color css

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

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

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

border-color css

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

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

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