Html Css Color HEX #F01789 Deep Pink

📋 copy color: '#F01789'

red 240 ◦ green 23 ◦ blue 137

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

Shades of Deep Pink #F01789

Tints of Deep Pink #F01789

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.75%

 BLUE value IS 137 (53.91% from 255) = 34.25%

R = 60%
G = 5.75%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F01789 (or 0xF01789) is known color: Deep Pink. HEX triplet: F0, 17 and 89. RGB value is (240,23,137). Sum of RGB (Red+Green+Blue) = 240+23+137=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 23 (9.38% from 255 or 5.75% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F01789 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01789 is #0FE876. Grayscale: #646464. Windows color (decimal): -1042551 or 8984560. OLE color: 8984560.

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

Color convert

RGB 240 23 137 -
CMYK 0 0.90 0.43 0.06
HSL 328.48º 0.88% 0.52% -
HSV(B) 328.48º 0.9% 0.94% -
XYZ 40.76 20.94 25.56 -
YUV 100.88 148.39 227.23 -
System Red Green Blue C M Y K H S L
Decimal 240 23 137 0 0.90 0.43 0.06 328.48 0.88 0.52
Hex F0 17 89 0 5A 2B 6 148 58 34
Octal 360 27 211 0 132 53 6 510 130 64
Binary 11110000 10111 10001001 0 1011010 101011 110 101001000 1011000 110100

Color Harmonies of #F01789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01789

Black with #F01789

Text Example


Text Example

White with #F01789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01789; }

 p { color: rgb(240,23,137); }

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

background-color css

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

 a { background-color: rgb(240,23,137); }

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

border-color css

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

 span { border-color: rgb(240,23,137); }

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