Html Css Color HEX #F12273 Cerise

📋 copy color: '#F12273'

red 241 ◦ green 34 ◦ blue 115

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

Shades of Cerise #F12273

Tints of Cerise #F12273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.49%

R = 61.79%
G = 8.72%
B = 29.49%

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

#F12273 (or 0xF12273) is known color: Cerise. HEX triplet: F1, 22 and 73. RGB value is (241,34,115). Sum of RGB (Red+Green+Blue) = 241+34+115=390 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.79% from 390); Green value is 34 (13.67% from 255 or 8.72% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 241 - color contains mainly: red. Hex color #F12273 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12273 is #0EDD8C. Grayscale: #696969. Windows color (decimal): -974221 or 7545585. OLE color: 7545585.

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

Color convert

RGB 241 34 115 -
CMYK 0 0.86 0.52 0.05
HSL 336.52º 0.88% 0.54% -
HSV(B) 336.52º 0.86% 0.95% -
XYZ 39.94 21.08 18.18 -
YUV 105.13 133.58 224.91 -
System Red Green Blue C M Y K H S L
Decimal 241 34 115 0 0.86 0.52 0.05 336.52 0.88 0.54
Hex F1 22 73 0 56 34 5 151 58 36
Octal 361 42 163 0 126 64 5 521 130 66
Binary 11110001 100010 1110011 0 1010110 110100 101 101010001 1011000 110110

Color Harmonies of #F12273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12273

Black with #F12273

Text Example


Text Example

White with #F12273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12273; }

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

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

background-color css

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

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

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

border-color css

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

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

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