Html Css Color HEX #F1326F Cerise

📋 copy color: '#F1326F'

red 241 ◦ green 50 ◦ blue 111

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

Shades of Cerise #F1326F

Tints of Cerise #F1326F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.44%

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

R = 59.95%
G = 12.44%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F1326F (or 0xF1326F) is known color: Cerise. HEX triplet: F1, 32 and 6F. RGB value is (241,50,111). Sum of RGB (Red+Green+Blue) = 241+50+111=402 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.95% from 402); Green value is 50 (19.92% from 255 or 12.44% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 241 - color contains mainly: red. Hex color #F1326F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1326F is #0ECD90. Grayscale: #727272. Windows color (decimal): -970129 or 7287537. OLE color: 7287537.

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

Color convert

RGB 241 50 111 -
CMYK 0 0.79 0.54 0.05
HSL 340.84º 0.87% 0.57% -
HSV(B) 340.84º 0.79% 0.95% -
XYZ 40.29 22.13 17.19 -
YUV 114.06 126.28 218.54 -
System Red Green Blue C M Y K H S L
Decimal 241 50 111 0 0.79 0.54 0.05 340.84 0.87 0.57
Hex F1 32 6F 0 4F 36 5 155 57 39
Octal 361 62 157 0 117 66 5 525 127 71
Binary 11110001 110010 1101111 0 1001111 110110 101 101010101 1010111 111001

Color Harmonies of #F1326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1326F

Black with #F1326F

Text Example


Text Example

White with #F1326F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1326F; }

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

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

background-color css

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

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

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

border-color css

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

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

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