Html Css Color HEX #F01784 Deep Pink

📋 copy color: '#F01784'

red 240 ◦ green 23 ◦ blue 132

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

Shades of Deep Pink #F01784

Tints of Deep Pink #F01784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.42%

R = 60.76%
G = 5.82%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F01784 (or 0xF01784) is known color: Deep Pink. HEX triplet: F0, 17 and 84. RGB value is (240,23,132). Sum of RGB (Red+Green+Blue) = 240+23+132=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F01784 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01784 is #0FE87B. Grayscale: #646464. Windows color (decimal): -1042556 or 8656880. OLE color: 8656880.

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

Color convert

RGB 240 23 132 -
CMYK 0 0.90 0.45 0.06
HSL 329.86º 0.88% 0.52% -
HSV(B) 329.86º 0.9% 0.94% -
XYZ 40.41 20.8 23.72 -
YUV 100.31 145.89 227.64 -
System Red Green Blue C M Y K H S L
Decimal 240 23 132 0 0.90 0.45 0.06 329.86 0.88 0.52
Hex F0 17 84 0 5A 2D 6 14A 58 34
Octal 360 27 204 0 132 55 6 512 130 64
Binary 11110000 10111 10000100 0 1011010 101101 110 101001010 1011000 110100

Color Harmonies of #F01784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01784

Black with #F01784

Text Example


Text Example

White with #F01784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01784; }

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

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

background-color css

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

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

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

border-color css

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

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

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