Html Css Color HEX #F1316B Cerise

📋 copy color: '#F1316B'

red 241 ◦ green 49 ◦ blue 107

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

Shades of Cerise #F1316B

Tints of Cerise #F1316B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.95%

R = 60.71%
G = 12.34%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1316B (or 0xF1316B) is known color: Cerise. HEX triplet: F1, 31 and 6B. RGB value is (241,49,107). Sum of RGB (Red+Green+Blue) = 241+49+107=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F1316B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1316B is #0ECE94. Grayscale: #707070. Windows color (decimal): -970389 or 7025137. OLE color: 7025137.

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

Color convert

RGB 241 49 107 -
CMYK 0 0.80 0.56 0.05
HSL 341.88º 0.87% 0.57% -
HSV(B) 341.88º 0.8% 0.95% -
XYZ 40.03 21.96 16.04 -
YUV 113.02 124.61 219.28 -
System Red Green Blue C M Y K H S L
Decimal 241 49 107 0 0.80 0.56 0.05 341.88 0.87 0.57
Hex F1 31 6B 0 50 38 5 156 57 39
Octal 361 61 153 0 120 70 5 526 127 71
Binary 11110001 110001 1101011 0 1010000 111000 101 101010110 1010111 111001

Color Harmonies of #F1316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1316B

Black with #F1316B

Text Example


Text Example

White with #F1316B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1316B; }

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

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

background-color css

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

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

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

border-color css

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

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

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