Html Css Color HEX #F12383 Deep Pink

📋 copy color: '#F12383'

red 241 ◦ green 35 ◦ blue 131

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

Shades of Deep Pink #F12383

Tints of Deep Pink #F12383

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.6%

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

R = 59.21%
G = 8.6%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F12383 (or 0xF12383) is known color: Deep Pink. HEX triplet: F1, 23 and 83. RGB value is (241,35,131). Sum of RGB (Red+Green+Blue) = 241+35+131=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 35 (14.06% from 255 or 8.60% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F12383 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12383 is #0EDC7C. Grayscale: #6B6B6B. Windows color (decimal): -973949 or 8594417. OLE color: 8594417.

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

Color convert

RGB 241 35 131 -
CMYK 0 0.85 0.46 0.05
HSL 332.04º 0.88% 0.54% -
HSV(B) 332.04º 0.85% 0.95% -
XYZ 40.97 21.54 23.47 -
YUV 107.54 141.25 223.19 -
System Red Green Blue C M Y K H S L
Decimal 241 35 131 0 0.85 0.46 0.05 332.04 0.88 0.54
Hex F1 23 83 0 55 2E 5 14C 58 36
Octal 361 43 203 0 125 56 5 514 130 66
Binary 11110001 100011 10000011 0 1010101 101110 101 101001100 1011000 110110

Color Harmonies of #F12383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12383

Black with #F12383

Text Example


Text Example

White with #F12383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12383; }

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

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

background-color css

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

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

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

border-color css

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

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

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