Html Css Color HEX #F0027F Deep Pink

📋 copy color: '#F0027F'

red 240 ◦ green 2 ◦ blue 127

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

Shades of Deep Pink #F0027F

Tints of Deep Pink #F0027F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

 BLUE value IS 127 (50% from 255) = 34.42%

R = 65.04%
G = 0.54%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0027F (or 0xF0027F) is known color: Deep Pink. HEX triplet: F0, 02 and 7F. RGB value is (240,2,127). Sum of RGB (Red+Green+Blue) = 240+2+127=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F0027F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0027F is #0FFD80. Grayscale: #575757. Windows color (decimal): -1047937 or 8323824. OLE color: 8323824.

HSL color Cylindrical-coordinate representation of color #F0027F: hue angle of 328.49º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0027F is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 2 127 -
CMYK 0 0.99 0.47 0.06
HSL 328.49º 0.98% 0.47% -
HSV(B) 328.49º 0.99% 0.94% -
XYZ 39.79 20.1 21.86 -
YUV 87.41 150.35 236.84 -
System Red Green Blue C M Y K H S L
Decimal 240 2 127 0 0.99 0.47 0.06 328.49 0.98 0.47
Hex F0 2 7F 0 63 2F 6 148 62 2F
Octal 360 2 177 0 143 57 6 510 142 57
Binary 11110000 10 1111111 0 1100011 101111 110 101001000 1100010 101111

Color Harmonies of #F0027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0027F

Black with #F0027F

Text Example


Text Example

White with #F0027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0027F; }

 p { color: rgb(240,2,127); }

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

background-color css

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

 a { background-color: rgb(240,2,127); }

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

border-color css

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

 span { border-color: rgb(240,2,127); }

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