Html Css Color HEX #F01383 Deep Pink

📋 copy color: '#F01383'

red 240 ◦ green 19 ◦ blue 131

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

Shades of Deep Pink #F01383

Tints of Deep Pink #F01383

RGB

 RED value IS 240 (94.14% from 255) = 61.54%

 GREEN value IS 19 (7.81% from 255) = 4.87%

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

R = 61.54%
G = 4.87%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F01383 (or 0xF01383) is known color: Deep Pink. HEX triplet: F0, 13 and 83. RGB value is (240,19,131). Sum of RGB (Red+Green+Blue) = 240+19+131=390 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.54% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 240 - color contains mainly: red. Hex color #F01383 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01383 is #0FEC7C. Grayscale: #616161. Windows color (decimal): -1043581 or 8590320. OLE color: 8590320.

HSL color Cylindrical-coordinate representation of color #F01383: hue angle of 329.59º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F01383 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 19 131 -
CMYK 0 0.92 0.45 0.06
HSL 329.59º 0.88% 0.51% -
HSV(B) 329.59º 0.92% 0.94% -
XYZ 40.26 20.63 23.33 -
YUV 97.85 146.72 229.39 -
System Red Green Blue C M Y K H S L
Decimal 240 19 131 0 0.92 0.45 0.06 329.59 0.88 0.51
Hex F0 13 83 0 5C 2D 6 14A 58 33
Octal 360 23 203 0 134 55 6 512 130 63
Binary 11110000 10011 10000011 0 1011100 101101 110 101001010 1011000 110011

Color Harmonies of #F01383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01383

Black with #F01383

Text Example


Text Example

White with #F01383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01383; }

 p { color: rgb(240,19,131); }

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

background-color css

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

 a { background-color: rgb(240,19,131); }

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

border-color css

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

 span { border-color: rgb(240,19,131); }

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