Html Css Color HEX #F12C6D Cerise

📋 copy color: '#F12C6D'

red 241 ◦ green 44 ◦ blue 109

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

Shades of Cerise #F12C6D

Tints of Cerise #F12C6D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.17%

 BLUE value IS 109 (42.97% from 255) = 27.66%

R = 61.17%
G = 11.17%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F12C6D (or 0xF12C6D) is known color: Cerise. HEX triplet: F1, 2C and 6D. RGB value is (241,44,109). Sum of RGB (Red+Green+Blue) = 241+44+109=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 44 (17.58% from 255 or 11.17% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12C6D is #0ED392. Grayscale: #6E6E6E. Windows color (decimal): -971667 or 7154929. OLE color: 7154929.

HSL color Cylindrical-coordinate representation of color #F12C6D: hue angle of 340.2º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F12C6D is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 44 109 -
CMYK 0 0.82 0.55 0.05
HSL 340.2º 0.88% 0.56% -
HSV(B) 340.2º 0.82% 0.95% -
XYZ 39.94 21.61 16.53 -
YUV 110.31 127.27 221.21 -
System Red Green Blue C M Y K H S L
Decimal 241 44 109 0 0.82 0.55 0.05 340.2 0.88 0.56
Hex F1 2C 6D 0 52 37 5 154 58 38
Octal 361 54 155 0 122 67 5 524 130 70
Binary 11110001 101100 1101101 0 1010010 110111 101 101010100 1011000 111000

Color Harmonies of #F12C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12C6D

Black with #F12C6D

Text Example


Text Example

White with #F12C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12C6D; }

 p { color: rgb(241,44,109); }

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

background-color css

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

 a { background-color: rgb(241,44,109); }

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

border-color css

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

 span { border-color: rgb(241,44,109); }

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