Html Css Color HEX #F12A69 Cerise

📋 copy color: '#F12A69'

red 241 ◦ green 42 ◦ blue 105

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

Shades of Cerise #F12A69

Tints of Cerise #F12A69

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.82%

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

R = 62.11%
G = 10.82%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F12A69 (or 0xF12A69) is known color: Cerise. HEX triplet: F1, 2A and 69. RGB value is (241,42,105). Sum of RGB (Red+Green+Blue) = 241+42+105=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 42 (16.80% from 255 or 10.82% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F12A69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12A69 is #0ED596. Grayscale: #6C6C6C. Windows color (decimal): -972183 or 6892273. OLE color: 6892273.

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

Color convert

RGB 241 42 105 -
CMYK 0 0.83 0.56 0.05
HSL 341.01º 0.88% 0.55% -
HSV(B) 341.01º 0.83% 0.95% -
XYZ 39.65 21.38 15.4 -
YUV 108.68 125.93 222.38 -
System Red Green Blue C M Y K H S L
Decimal 241 42 105 0 0.83 0.56 0.05 341.01 0.88 0.55
Hex F1 2A 69 0 53 38 5 155 58 37
Octal 361 52 151 0 123 70 5 525 130 67
Binary 11110001 101010 1101001 0 1010011 111000 101 101010101 1011000 110111

Color Harmonies of #F12A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12A69

Black with #F12A69

Text Example


Text Example

White with #F12A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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