Html Css Color HEX #F12C69 Cerise

📋 copy color: '#F12C69'

red 241 ◦ green 44 ◦ blue 105

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

Shades of Cerise #F12C69

Tints of Cerise #F12C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.92%

R = 61.79%
G = 11.28%
B = 26.92%

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

#F12C69 (or 0xF12C69) is known color: Cerise. HEX triplet: F1, 2C and 69. RGB value is (241,44,105). Sum of RGB (Red+Green+Blue) = 241+44+105=390 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.79% from 390); Green value is 44 (17.58% from 255 or 11.28% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12C69 is #0ED396. Grayscale: #6D6D6D. Windows color (decimal): -971671 or 6892785. OLE color: 6892785.

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

Color convert

RGB 241 44 105 -
CMYK 0 0.82 0.56 0.05
HSL 341.42º 0.88% 0.56% -
HSV(B) 341.42º 0.82% 0.95% -
XYZ 39.73 21.52 15.42 -
YUV 109.86 125.27 221.54 -
System Red Green Blue C M Y K H S L
Decimal 241 44 105 0 0.82 0.56 0.05 341.42 0.88 0.56
Hex F1 2C 69 0 52 38 5 155 58 38
Octal 361 54 151 0 122 70 5 525 130 70
Binary 11110001 101100 1101001 0 1010010 111000 101 101010101 1011000 111000

Color Harmonies of #F12C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12C69

Black with #F12C69

Text Example


Text Example

White with #F12C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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