Html Css Color HEX #F12C67 Cerise

📋 copy color: '#F12C67'

red 241 ◦ green 44 ◦ blue 103

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

Shades of Cerise #F12C67

Tints of Cerise #F12C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.55%

R = 62.11%
G = 11.34%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F12C67 (or 0xF12C67) is known color: Cerise. HEX triplet: F1, 2C and 67. RGB value is (241,44,103). Sum of RGB (Red+Green+Blue) = 241+44+103=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 44 (17.58% from 255 or 11.34% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12C67 is #0ED398. Grayscale: #6D6D6D. Windows color (decimal): -971673 or 6761713. OLE color: 6761713.

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

Color convert

RGB 241 44 103 -
CMYK 0 0.82 0.57 0.05
HSL 342.03º 0.88% 0.56% -
HSV(B) 342.03º 0.82% 0.95% -
XYZ 39.62 21.48 14.89 -
YUV 109.63 124.27 221.7 -
System Red Green Blue C M Y K H S L
Decimal 241 44 103 0 0.82 0.57 0.05 342.03 0.88 0.56
Hex F1 2C 67 0 52 39 5 156 58 38
Octal 361 54 147 0 122 71 5 526 130 70
Binary 11110001 101100 1100111 0 1010010 111001 101 101010110 1011000 111000

Color Harmonies of #F12C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12C67

Black with #F12C67

Text Example


Text Example

White with #F12C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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