Html Css Color HEX #F0127F Deep Pink

📋 copy color: '#F0127F'

red 240 ◦ green 18 ◦ blue 127

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

Shades of Deep Pink #F0127F

Tints of Deep Pink #F0127F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.68%

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

R = 62.34%
G = 4.68%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0127F (or 0xF0127F) is known color: Deep Pink. HEX triplet: F0, 12 and 7F. RGB value is (240,18,127). Sum of RGB (Red+Green+Blue) = 240+18+127=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F0127F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0127F is #0FED80. Grayscale: #606060. Windows color (decimal): -1043841 or 8327920. OLE color: 8327920.

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

Color convert

RGB 240 18 127 -
CMYK 0 0.92 0.47 0.06
HSL 330.54º 0.88% 0.51% -
HSV(B) 330.54º 0.93% 0.94% -
XYZ 39.98 20.49 21.93 -
YUV 96.8 145.05 230.14 -
System Red Green Blue C M Y K H S L
Decimal 240 18 127 0 0.92 0.47 0.06 330.54 0.88 0.51
Hex F0 12 7F 0 5C 2F 6 14B 58 33
Octal 360 22 177 0 134 57 6 513 130 63
Binary 11110000 10010 1111111 0 1011100 101111 110 101001011 1011000 110011

Color Harmonies of #F0127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0127F

Black with #F0127F

Text Example


Text Example

White with #F0127F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0127F; }

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

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

background-color css

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

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

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

border-color css

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

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

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