Html Css Color HEX #F12463 Cerise

📋 copy color: '#F12463'

red 241 ◦ green 36 ◦ blue 99

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

Shades of Cerise #F12463

Tints of Cerise #F12463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.33%

R = 64.1%
G = 9.57%
B = 26.33%

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

#F12463 (or 0xF12463) is known color: Cerise. HEX triplet: F1, 24 and 63. RGB value is (241,36,99). Sum of RGB (Red+Green+Blue) = 241+36+99=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F12463 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12463 is #0EDB9C. Grayscale: #686868. Windows color (decimal): -973725 or 6497521. OLE color: 6497521.

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

Color convert

RGB 241 36 99 -
CMYK 0 0.85 0.59 0.05
HSL 341.56º 0.88% 0.54% -
HSV(B) 341.56º 0.85% 0.95% -
XYZ 39.16 20.86 13.77 -
YUV 104.48 124.92 225.38 -
System Red Green Blue C M Y K H S L
Decimal 241 36 99 0 0.85 0.59 0.05 341.56 0.88 0.54
Hex F1 24 63 0 55 3B 5 156 58 36
Octal 361 44 143 0 125 73 5 526 130 66
Binary 11110001 100100 1100011 0 1010101 111011 101 101010110 1011000 110110

Color Harmonies of #F12463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12463

Black with #F12463

Text Example


Text Example

White with #F12463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12463; }

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

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

background-color css

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

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

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

border-color css

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

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

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