Html Css Color HEX #F1346F Cerise

📋 copy color: '#F1346F'

red 241 ◦ green 52 ◦ blue 111

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

Shades of Cerise #F1346F

Tints of Cerise #F1346F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.87%

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

R = 59.65%
G = 12.87%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F1346F (or 0xF1346F) is known color: Cerise. HEX triplet: F1, 34 and 6F. RGB value is (241,52,111). Sum of RGB (Red+Green+Blue) = 241+52+111=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F1346F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1346F is #0ECB90. Grayscale: #737373. Windows color (decimal): -969617 or 7288049. OLE color: 7288049.

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

Color convert

RGB 241 52 111 -
CMYK 0 0.78 0.54 0.05
HSL 341.27º 0.87% 0.57% -
HSV(B) 341.27º 0.78% 0.95% -
XYZ 40.37 22.3 17.22 -
YUV 115.24 125.62 217.7 -
System Red Green Blue C M Y K H S L
Decimal 241 52 111 0 0.78 0.54 0.05 341.27 0.87 0.57
Hex F1 34 6F 0 4E 36 5 155 57 39
Octal 361 64 157 0 116 66 5 525 127 71
Binary 11110001 110100 1101111 0 1001110 110110 101 101010101 1010111 111001

Color Harmonies of #F1346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1346F

Black with #F1346F

Text Example


Text Example

White with #F1346F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1346F; }

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

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

background-color css

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

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

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

border-color css

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

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

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