Html Css Color HEX #F12C6B Cerise

📋 copy color: '#F12C6B'

red 241 ◦ green 44 ◦ blue 107

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

Shades of Cerise #F12C6B

Tints of Cerise #F12C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.3%

R = 61.48%
G = 11.22%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F12C6B (or 0xF12C6B) is known color: Cerise. HEX triplet: F1, 2C and 6B. RGB value is (241,44,107). Sum of RGB (Red+Green+Blue) = 241+44+107=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 44 (17.58% from 255 or 11.22% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12C6B is #0ED394. Grayscale: #6E6E6E. Windows color (decimal): -971669 or 7023857. OLE color: 7023857.

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

Color convert

RGB 241 44 107 -
CMYK 0 0.82 0.56 0.05
HSL 340.81º 0.88% 0.56% -
HSV(B) 340.81º 0.82% 0.95% -
XYZ 39.83 21.56 15.97 -
YUV 110.09 126.27 221.38 -
System Red Green Blue C M Y K H S L
Decimal 241 44 107 0 0.82 0.56 0.05 340.81 0.88 0.56
Hex F1 2C 6B 0 52 38 5 155 58 38
Octal 361 54 153 0 122 70 5 525 130 70
Binary 11110001 101100 1101011 0 1010010 111000 101 101010101 1011000 111000

Color Harmonies of #F12C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12C6B

Black with #F12C6B

Text Example


Text Example

White with #F12C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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