Html Css Color HEX #F12783 Deep Cerise

📋 copy color: '#F12783'

red 241 ◦ green 39 ◦ blue 131

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

Shades of Deep Cerise #F12783

Tints of Deep Cerise #F12783

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.49%

 BLUE value IS 131 (51.56% from 255) = 31.87%

R = 58.64%
G = 9.49%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F12783 (or 0xF12783) is known color: Deep Cerise. HEX triplet: F1, 27 and 83. RGB value is (241,39,131). Sum of RGB (Red+Green+Blue) = 241+39+131=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 39 (15.62% from 255 or 9.49% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F12783 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12783 is #0ED87C. Grayscale: #6D6D6D. Windows color (decimal): -972925 or 8595441. OLE color: 8595441.

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

Color convert

RGB 241 39 131 -
CMYK 0 0.84 0.46 0.05
HSL 332.67º 0.88% 0.55% -
HSV(B) 332.67º 0.84% 0.95% -
XYZ 41.1 21.79 23.51 -
YUV 109.89 139.92 221.52 -
System Red Green Blue C M Y K H S L
Decimal 241 39 131 0 0.84 0.46 0.05 332.67 0.88 0.55
Hex F1 27 83 0 54 2E 5 14D 58 37
Octal 361 47 203 0 124 56 5 515 130 67
Binary 11110001 100111 10000011 0 1010100 101110 101 101001101 1011000 110111

Color Harmonies of #F12783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12783

Black with #F12783

Text Example


Text Example

White with #F12783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12783; }

 p { color: rgb(241,39,131); }

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

background-color css

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

 a { background-color: rgb(241,39,131); }

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

border-color css

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

 span { border-color: rgb(241,39,131); }

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