Html Css Color HEX #F01384 Deep Pink

📋 copy color: '#F01384'

red 240 ◦ green 19 ◦ blue 132

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

Shades of Deep Pink #F01384

Tints of Deep Pink #F01384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.76%

R = 61.38%
G = 4.86%
B = 33.76%

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

#F01384 (or 0xF01384) is known color: Deep Pink. HEX triplet: F0, 13 and 84. RGB value is (240,19,132). Sum of RGB (Red+Green+Blue) = 240+19+132=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F01384 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01384 is #0FEC7B. Grayscale: #616161. Windows color (decimal): -1043580 or 8655856. OLE color: 8655856.

HSL color Cylindrical-coordinate representation of color #F01384: hue angle of 329.32º 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 #F01384 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 19 132 -
CMYK 0 0.92 0.45 0.06
HSL 329.32º 0.88% 0.51% -
HSV(B) 329.32º 0.92% 0.94% -
XYZ 40.33 20.66 23.69 -
YUV 97.96 147.22 229.31 -
System Red Green Blue C M Y K H S L
Decimal 240 19 132 0 0.92 0.45 0.06 329.32 0.88 0.51
Hex F0 13 84 0 5C 2D 6 149 58 33
Octal 360 23 204 0 134 55 6 511 130 63
Binary 11110000 10011 10000100 0 1011100 101101 110 101001001 1011000 110011

Color Harmonies of #F01384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01384

Black with #F01384

Text Example


Text Example

White with #F01384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01384; }

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

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

background-color css

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

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

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

border-color css

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

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

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