Html Css Color HEX #F1386F Cerise

📋 copy color: '#F1386F'

red 241 ◦ green 56 ◦ blue 111

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

Shades of Cerise #F1386F

Tints of Cerise #F1386F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.73%

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

R = 59.07%
G = 13.73%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F1386F (or 0xF1386F) is known color: Cerise. HEX triplet: F1, 38 and 6F. RGB value is (241,56,111). Sum of RGB (Red+Green+Blue) = 241+56+111=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 56 (22.27% from 255 or 13.73% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F1386F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1386F is #0EC790. Grayscale: #757575. Windows color (decimal): -968593 or 7289073. OLE color: 7289073.

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

Color convert

RGB 241 56 111 -
CMYK 0 0.77 0.54 0.05
HSL 342.16º 0.87% 0.58% -
HSV(B) 342.16º 0.77% 0.95% -
XYZ 40.56 22.68 17.28 -
YUV 117.59 124.29 216.03 -
System Red Green Blue C M Y K H S L
Decimal 241 56 111 0 0.77 0.54 0.05 342.16 0.87 0.58
Hex F1 38 6F 0 4D 36 5 156 57 3A
Octal 361 70 157 0 115 66 5 526 127 72
Binary 11110001 111000 1101111 0 1001101 110110 101 101010110 1010111 111010

Color Harmonies of #F1386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1386F

Black with #F1386F

Text Example


Text Example

White with #F1386F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1386F; }

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

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

background-color css

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

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

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

border-color css

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

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

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