Html Css Color HEX #F01594 Deep Pink

📋 copy color: '#F01594'

red 240 ◦ green 21 ◦ blue 148

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

Shades of Deep Pink #F01594

Tints of Deep Pink #F01594

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.13%

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

R = 58.68%
G = 5.13%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F01594 (or 0xF01594) is known color: Deep Pink. HEX triplet: F0, 15 and 94. RGB value is (240,21,148). Sum of RGB (Red+Green+Blue) = 240+21+148=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F01594 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01594 is #0FEA6B. Grayscale: #646464. Windows color (decimal): -1043052 or 9704944. OLE color: 9704944.

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

Color convert

RGB 240 21 148 -
CMYK 0 0.91 0.38 0.06
HSL 325.21º 0.88% 0.51% -
HSV(B) 325.21º 0.91% 0.94% -
XYZ 41.55 21.2 29.92 -
YUV 100.96 154.55 227.17 -
System Red Green Blue C M Y K H S L
Decimal 240 21 148 0 0.91 0.38 0.06 325.21 0.88 0.51
Hex F0 15 94 0 5B 26 6 145 58 33
Octal 360 25 224 0 133 46 6 505 130 63
Binary 11110000 10101 10010100 0 1011011 100110 110 101000101 1011000 110011

Color Harmonies of #F01594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01594

Black with #F01594

Text Example


Text Example

White with #F01594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01594; }

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

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

background-color css

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

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

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

border-color css

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

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

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