Html Css Color HEX #F01295 Deep Pink

📋 copy color: '#F01295'

red 240 ◦ green 18 ◦ blue 149

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

Shades of Deep Pink #F01295

Tints of Deep Pink #F01295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.42%

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

R = 58.97%
G = 4.42%
B = 36.61%

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

#F01295 (or 0xF01295) is known color: Deep Pink. HEX triplet: F0, 12 and 95. RGB value is (240,18,149). Sum of RGB (Red+Green+Blue) = 240+18+149=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 18 (7.42% from 255 or 4.42% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F01295 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01295 is #0FED6A. Grayscale: #636363. Windows color (decimal): -1043819 or 9769712. OLE color: 9769712.

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

Color convert

RGB 240 18 149 -
CMYK 0 0.92 0.38 0.06
HSL 324.59º 0.88% 0.51% -
HSV(B) 324.59º 0.93% 0.94% -
XYZ 41.58 21.13 30.32 -
YUV 99.31 156.05 228.35 -
System Red Green Blue C M Y K H S L
Decimal 240 18 149 0 0.92 0.38 0.06 324.59 0.88 0.51
Hex F0 12 95 0 5C 26 6 145 58 33
Octal 360 22 225 0 134 46 6 505 130 63
Binary 11110000 10010 10010101 0 1011100 100110 110 101000101 1011000 110011

Color Harmonies of #F01295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01295

Black with #F01295

Text Example


Text Example

White with #F01295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01295; }

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

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

background-color css

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

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

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

border-color css

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

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

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