Html Css Color HEX #F12461 Cerise

📋 copy color: '#F12461'

red 241 ◦ green 36 ◦ blue 97

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

Shades of Cerise #F12461

Tints of Cerise #F12461

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.63%

 BLUE value IS 97 (38.28% from 255) = 25.94%

R = 64.44%
G = 9.63%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F12461 (or 0xF12461) is known color: Cerise. HEX triplet: F1, 24 and 61. RGB value is (241,36,97). Sum of RGB (Red+Green+Blue) = 241+36+97=374 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.44% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 241 - color contains mainly: red. Hex color #F12461 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12461 is #0EDB9E. Grayscale: #686868. Windows color (decimal): -973727 or 6366449. OLE color: 6366449.

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

Color convert

RGB 241 36 97 -
CMYK 0 0.85 0.60 0.05
HSL 342.15º 0.88% 0.54% -
HSV(B) 342.15º 0.85% 0.95% -
XYZ 39.06 20.83 13.27 -
YUV 104.25 123.92 225.54 -
System Red Green Blue C M Y K H S L
Decimal 241 36 97 0 0.85 0.60 0.05 342.15 0.88 0.54
Hex F1 24 61 0 55 3C 5 156 58 36
Octal 361 44 141 0 125 74 5 526 130 66
Binary 11110001 100100 1100001 0 1010101 111100 101 101010110 1011000 110110

Color Harmonies of #F12461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12461

Black with #F12461

Text Example


Text Example

White with #F12461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12461; }

 p { color: rgb(241,36,97); }

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

background-color css

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

 a { background-color: rgb(241,36,97); }

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

border-color css

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

 span { border-color: rgb(241,36,97); }

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