Html Css Color HEX #F12274 Cerise

📋 copy color: '#F12274'

red 241 ◦ green 34 ◦ blue 116

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

Shades of Cerise #F12274

Tints of Cerise #F12274

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.7%

 BLUE value IS 116 (45.7% from 255) = 29.67%

R = 61.64%
G = 8.7%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F12274 (or 0xF12274) is known color: Cerise. HEX triplet: F1, 22 and 74. RGB value is (241,34,116). Sum of RGB (Red+Green+Blue) = 241+34+116=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 34 (13.67% from 255 or 8.70% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F12274 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12274 is #0EDD8B. Grayscale: #696969. Windows color (decimal): -974220 or 7611121. OLE color: 7611121.

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

Color convert

RGB 241 34 116 -
CMYK 0 0.86 0.52 0.05
HSL 336.23º 0.88% 0.54% -
HSV(B) 336.23º 0.86% 0.95% -
XYZ 40 21.11 18.49 -
YUV 105.24 134.08 224.83 -
System Red Green Blue C M Y K H S L
Decimal 241 34 116 0 0.86 0.52 0.05 336.23 0.88 0.54
Hex F1 22 74 0 56 34 5 150 58 36
Octal 361 42 164 0 126 64 5 520 130 66
Binary 11110001 100010 1110100 0 1010110 110100 101 101010000 1011000 110110

Color Harmonies of #F12274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12274

Black with #F12274

Text Example


Text Example

White with #F12274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12274; }

 p { color: rgb(241,34,116); }

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

background-color css

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

 a { background-color: rgb(241,34,116); }

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

border-color css

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

 span { border-color: rgb(241,34,116); }

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