Html Css Color HEX #F12562 Cerise

📋 copy color: '#F12562'

red 241 ◦ green 37 ◦ blue 98

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

Shades of Cerise #F12562

Tints of Cerise #F12562

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.84%

 BLUE value IS 98 (38.67% from 255) = 26.06%

R = 64.1%
G = 9.84%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F12562 (or 0xF12562) is known color: Cerise. HEX triplet: F1, 25 and 62. RGB value is (241,37,98). Sum of RGB (Red+Green+Blue) = 241+37+98=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F12562 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12562 is #0EDA9D. Grayscale: #686868. Windows color (decimal): -973470 or 6432241. OLE color: 6432241.

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

Color convert

RGB 241 37 98 -
CMYK 0 0.85 0.59 0.05
HSL 342.06º 0.88% 0.55% -
HSV(B) 342.06º 0.85% 0.95% -
XYZ 39.14 20.91 13.53 -
YUV 104.95 124.09 225.04 -
System Red Green Blue C M Y K H S L
Decimal 241 37 98 0 0.85 0.59 0.05 342.06 0.88 0.55
Hex F1 25 62 0 55 3B 5 156 58 37
Octal 361 45 142 0 125 73 5 526 130 67
Binary 11110001 100101 1100010 0 1010101 111011 101 101010110 1011000 110111

Color Harmonies of #F12562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12562

Black with #F12562

Text Example


Text Example

White with #F12562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12562; }

 p { color: rgb(241,37,98); }

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

background-color css

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

 a { background-color: rgb(241,37,98); }

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

border-color css

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

 span { border-color: rgb(241,37,98); }

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