Html Css Color HEX #F0117F Deep Pink

📋 copy color: '#F0117F'

red 240 ◦ green 17 ◦ blue 127

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

Shades of Deep Pink #F0117F

Tints of Deep Pink #F0117F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.43%

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

R = 62.5%
G = 4.43%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0117F (or 0xF0117F) is known color: Deep Pink. HEX triplet: F0, 11 and 7F. RGB value is (240,17,127). Sum of RGB (Red+Green+Blue) = 240+17+127=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F0117F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0117F is #0FEE80. Grayscale: #606060. Windows color (decimal): -1044097 or 8327664. OLE color: 8327664.

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

Color convert

RGB 240 17 127 -
CMYK 0 0.93 0.47 0.06
HSL 330.4º 0.88% 0.5% -
HSV(B) 330.4º 0.93% 0.94% -
XYZ 39.97 20.46 21.92 -
YUV 96.22 145.38 230.56 -
System Red Green Blue C M Y K H S L
Decimal 240 17 127 0 0.93 0.47 0.06 330.4 0.88 0.5
Hex F0 11 7F 0 5D 2F 6 14A 58 32
Octal 360 21 177 0 135 57 6 512 130 62
Binary 11110000 10001 1111111 0 1011101 101111 110 101001010 1011000 110010

Color Harmonies of #F0117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0117F

Black with #F0117F

Text Example


Text Example

White with #F0117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0117F; }

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

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

background-color css

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

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

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

border-color css

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

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

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