Html Css Color HEX #F01095 Deep Pink

📋 copy color: '#F01095'

red 240 ◦ green 16 ◦ blue 149

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

Shades of Deep Pink #F01095

Tints of Deep Pink #F01095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.95%

 BLUE value IS 149 (58.59% from 255) = 36.79%

R = 59.26%
G = 3.95%
B = 36.79%

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

#F01095 (or 0xF01095) is known color: Deep Pink. HEX triplet: F0, 10 and 95. RGB value is (240,16,149). Sum of RGB (Red+Green+Blue) = 240+16+149=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 16 (6.64% from 255 or 3.95% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F01095 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01095 is #0FEF6A. Grayscale: #616161. Windows color (decimal): -1044331 or 9769200. OLE color: 9769200.

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

Color convert

RGB 240 16 149 -
CMYK 0 0.93 0.38 0.06
HSL 324.38º 0.88% 0.5% -
HSV(B) 324.38º 0.93% 0.94% -
XYZ 41.55 21.07 30.31 -
YUV 98.14 156.71 229.19 -
System Red Green Blue C M Y K H S L
Decimal 240 16 149 0 0.93 0.38 0.06 324.38 0.88 0.5
Hex F0 10 95 0 5D 26 6 144 58 32
Octal 360 20 225 0 135 46 6 504 130 62
Binary 11110000 10000 10010101 0 1011101 100110 110 101000100 1011000 110010

Color Harmonies of #F01095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01095

Black with #F01095

Text Example


Text Example

White with #F01095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01095; }

 p { color: rgb(240,16,149); }

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

background-color css

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

 a { background-color: rgb(240,16,149); }

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

border-color css

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

 span { border-color: rgb(240,16,149); }

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