Html Css Color HEX #F01194 Deep Pink

📋 copy color: '#F01194'

red 240 ◦ green 17 ◦ blue 148

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

Shades of Deep Pink #F01194

Tints of Deep Pink #F01194

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.2%

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

R = 59.26%
G = 4.2%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F01194 (or 0xF01194) is known color: Deep Pink. HEX triplet: F0, 11 and 94. RGB value is (240,17,148). Sum of RGB (Red+Green+Blue) = 240+17+148=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 17 (7.03% from 255 or 4.20% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F01194 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01194 is #0FEE6B. Grayscale: #626262. Windows color (decimal): -1044076 or 9703920. OLE color: 9703920.

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

Color convert

RGB 240 17 148 -
CMYK 0 0.93 0.38 0.06
HSL 324.75º 0.88% 0.5% -
HSV(B) 324.75º 0.93% 0.94% -
XYZ 41.48 21.06 29.9 -
YUV 98.61 155.88 228.85 -
System Red Green Blue C M Y K H S L
Decimal 240 17 148 0 0.93 0.38 0.06 324.75 0.88 0.5
Hex F0 11 94 0 5D 26 6 145 58 32
Octal 360 21 224 0 135 46 6 505 130 62
Binary 11110000 10001 10010100 0 1011101 100110 110 101000101 1011000 110010

Color Harmonies of #F01194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01194

Black with #F01194

Text Example


Text Example

White with #F01194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01194; }

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

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

background-color css

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

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

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

border-color css

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

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

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