Html Css Color HEX #F01592 Deep Pink

📋 copy color: '#F01592'

red 240 ◦ green 21 ◦ blue 146

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

Shades of Deep Pink #F01592

Tints of Deep Pink #F01592

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.16%

 BLUE value IS 146 (57.42% from 255) = 35.87%

R = 58.97%
G = 5.16%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F01592 (or 0xF01592) is known color: Deep Pink. HEX triplet: F0, 15 and 92. RGB value is (240,21,146). Sum of RGB (Red+Green+Blue) = 240+21+146=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 21 (8.59% from 255 or 5.16% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F01592 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01592 is #0FEA6D. Grayscale: #646464. Windows color (decimal): -1043054 or 9573872. OLE color: 9573872.

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

Color convert

RGB 240 21 146 -
CMYK 0 0.91 0.39 0.06
HSL 325.75º 0.88% 0.51% -
HSV(B) 325.75º 0.91% 0.94% -
XYZ 41.39 21.14 29.09 -
YUV 100.73 153.55 227.34 -
System Red Green Blue C M Y K H S L
Decimal 240 21 146 0 0.91 0.39 0.06 325.75 0.88 0.51
Hex F0 15 92 0 5B 27 6 146 58 33
Octal 360 25 222 0 133 47 6 506 130 63
Binary 11110000 10101 10010010 0 1011011 100111 110 101000110 1011000 110011

Color Harmonies of #F01592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01592

Black with #F01592

Text Example


Text Example

White with #F01592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01592; }

 p { color: rgb(240,21,146); }

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

background-color css

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

 a { background-color: rgb(240,21,146); }

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

border-color css

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

 span { border-color: rgb(240,21,146); }

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