Html Css Color HEX #F1316D Cerise

📋 copy color: '#F1316D'

red 241 ◦ green 49 ◦ blue 109

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

Shades of Cerise #F1316D

Tints of Cerise #F1316D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.32%

R = 60.4%
G = 12.28%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F1316D (or 0xF1316D) is known color: Cerise. HEX triplet: F1, 31 and 6D. RGB value is (241,49,109). Sum of RGB (Red+Green+Blue) = 241+49+109=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F1316D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1316D is #0ECE92. Grayscale: #717171. Windows color (decimal): -970387 or 7156209. OLE color: 7156209.

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

Color convert

RGB 241 49 109 -
CMYK 0 0.80 0.55 0.05
HSL 341.25º 0.87% 0.57% -
HSV(B) 341.25º 0.8% 0.95% -
XYZ 40.13 22 16.6 -
YUV 113.25 125.61 219.12 -
System Red Green Blue C M Y K H S L
Decimal 241 49 109 0 0.80 0.55 0.05 341.25 0.87 0.57
Hex F1 31 6D 0 50 37 5 155 57 39
Octal 361 61 155 0 120 67 5 525 127 71
Binary 11110001 110001 1101101 0 1010000 110111 101 101010101 1010111 111001

Color Harmonies of #F1316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1316D

Black with #F1316D

Text Example


Text Example

White with #F1316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1316D; }

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

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

background-color css

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

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

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

border-color css

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

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

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