Html Css Color HEX #F01394 Deep Pink

📋 copy color: '#F01394'

red 240 ◦ green 19 ◦ blue 148

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

Shades of Deep Pink #F01394

Tints of Deep Pink #F01394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.36%

R = 58.97%
G = 4.67%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F01394 (or 0xF01394) is known color: Deep Pink. HEX triplet: F0, 13 and 94. RGB value is (240,19,148). Sum of RGB (Red+Green+Blue) = 240+19+148=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 19 (7.81% from 255 or 4.67% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F01394 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01394 is #0FEC6B. Grayscale: #636363. Windows color (decimal): -1043564 or 9704432. OLE color: 9704432.

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

Color convert

RGB 240 19 148 -
CMYK 0 0.92 0.38 0.06
HSL 324.98º 0.88% 0.51% -
HSV(B) 324.98º 0.92% 0.94% -
XYZ 41.51 21.13 29.91 -
YUV 99.79 155.22 228.01 -
System Red Green Blue C M Y K H S L
Decimal 240 19 148 0 0.92 0.38 0.06 324.98 0.88 0.51
Hex F0 13 94 0 5C 26 6 145 58 33
Octal 360 23 224 0 134 46 6 505 130 63
Binary 11110000 10011 10010100 0 1011100 100110 110 101000101 1011000 110011

Color Harmonies of #F01394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01394

Black with #F01394

Text Example


Text Example

White with #F01394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01394; }

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

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

background-color css

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

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

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

border-color css

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

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

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