Html Css Color HEX #F01995 Deep Pink

📋 copy color: '#F01995'

red 240 ◦ green 25 ◦ blue 149

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

Shades of Deep Pink #F01995

Tints of Deep Pink #F01995

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.04%

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

R = 57.97%
G = 6.04%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F01995 (or 0xF01995) is known color: Deep Pink. HEX triplet: F0, 19 and 95. RGB value is (240,25,149). Sum of RGB (Red+Green+Blue) = 240+25+149=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 25 (10.16% from 255 or 6.04% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F01995 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01995 is #0FE66A. Grayscale: #676767. Windows color (decimal): -1042027 or 9771504. OLE color: 9771504.

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

Color convert

RGB 240 25 149 -
CMYK 0 0.90 0.38 0.06
HSL 325.4º 0.88% 0.52% -
HSV(B) 325.4º 0.9% 0.94% -
XYZ 41.71 21.39 30.36 -
YUV 103.42 153.73 225.42 -
System Red Green Blue C M Y K H S L
Decimal 240 25 149 0 0.90 0.38 0.06 325.4 0.88 0.52
Hex F0 19 95 0 5A 26 6 145 58 34
Octal 360 31 225 0 132 46 6 505 130 64
Binary 11110000 11001 10010101 0 1011010 100110 110 101000101 1011000 110100

Color Harmonies of #F01995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01995

Black with #F01995

Text Example


Text Example

White with #F01995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01995; }

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

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

background-color css

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

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

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

border-color css

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

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

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