Html Css Color HEX #F1346C Cerise

📋 copy color: '#F1346C'

red 241 ◦ green 52 ◦ blue 108

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

Shades of Cerise #F1346C

Tints of Cerise #F1346C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.93%

R = 60.1%
G = 12.97%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F1346C (or 0xF1346C) is known color: Cerise. HEX triplet: F1, 34 and 6C. RGB value is (241,52,108). Sum of RGB (Red+Green+Blue) = 241+52+108=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F1346C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1346C is #0ECB93. Grayscale: #727272. Windows color (decimal): -969620 or 7091441. OLE color: 7091441.

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

Color convert

RGB 241 52 108 -
CMYK 0 0.78 0.55 0.05
HSL 342.22º 0.87% 0.57% -
HSV(B) 342.22º 0.78% 0.95% -
XYZ 40.21 22.24 16.36 -
YUV 114.9 124.12 217.95 -
System Red Green Blue C M Y K H S L
Decimal 241 52 108 0 0.78 0.55 0.05 342.22 0.87 0.57
Hex F1 34 6C 0 4E 37 5 156 57 39
Octal 361 64 154 0 116 67 5 526 127 71
Binary 11110001 110100 1101100 0 1001110 110111 101 101010110 1010111 111001

Color Harmonies of #F1346C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1346C

Black with #F1346C

Text Example


Text Example

White with #F1346C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1346C; }

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

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

background-color css

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

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

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

border-color css

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

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

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