Html Css Color HEX #F01395 Deep Pink

📋 copy color: '#F01395'

red 240 ◦ green 19 ◦ blue 149

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

Shades of Deep Pink #F01395

Tints of Deep Pink #F01395

RGB

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

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

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

R = 58.82%
G = 4.66%
B = 36.52%

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

#F01395 (or 0xF01395) is known color: Deep Pink. HEX triplet: F0, 13 and 95. RGB value is (240,19,149). Sum of RGB (Red+Green+Blue) = 240+19+149=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 19 (7.81% from 255 or 4.66% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F01395 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01395 is #0FEC6A. Grayscale: #636363. Windows color (decimal): -1043563 or 9769968. OLE color: 9769968.

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

Color convert

RGB 240 19 149 -
CMYK 0 0.92 0.38 0.06
HSL 324.71º 0.88% 0.51% -
HSV(B) 324.71º 0.92% 0.94% -
XYZ 41.59 21.16 30.33 -
YUV 99.9 155.72 227.93 -
System Red Green Blue C M Y K H S L
Decimal 240 19 149 0 0.92 0.38 0.06 324.71 0.88 0.51
Hex F0 13 95 0 5C 26 6 145 58 33
Octal 360 23 225 0 134 46 6 505 130 63
Binary 11110000 10011 10010101 0 1011100 100110 110 101000101 1011000 110011

Color Harmonies of #F01395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01395

Black with #F01395

Text Example


Text Example

White with #F01395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01395; }

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

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

background-color css

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

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

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

border-color css

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

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

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