Html Css Color HEX #F01392 Deep Pink

📋 copy color: '#F01392'

red 240 ◦ green 19 ◦ blue 146

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

Shades of Deep Pink #F01392

Tints of Deep Pink #F01392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.05%

R = 59.26%
G = 4.69%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F01392 (or 0xF01392) is known color: Deep Pink. HEX triplet: F0, 13 and 92. RGB value is (240,19,146). Sum of RGB (Red+Green+Blue) = 240+19+146=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 19 (7.81% from 255 or 4.69% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F01392 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01392 is #0FEC6D. Grayscale: #636363. Windows color (decimal): -1043566 or 9573360. OLE color: 9573360.

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

Color convert

RGB 240 19 146 -
CMYK 0 0.92 0.39 0.06
HSL 325.52º 0.88% 0.51% -
HSV(B) 325.52º 0.92% 0.94% -
XYZ 41.36 21.07 29.08 -
YUV 99.56 154.22 228.17 -
System Red Green Blue C M Y K H S L
Decimal 240 19 146 0 0.92 0.39 0.06 325.52 0.88 0.51
Hex F0 13 92 0 5C 27 6 146 58 33
Octal 360 23 222 0 134 47 6 506 130 63
Binary 11110000 10011 10010010 0 1011100 100111 110 101000110 1011000 110011

Color Harmonies of #F01392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01392

Black with #F01392

Text Example


Text Example

White with #F01392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01392; }

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

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

background-color css

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

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

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

border-color css

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

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

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