Html Css Color HEX #F0127A Deep Pink

📋 copy color: '#F0127A'

red 240 ◦ green 18 ◦ blue 122

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

Shades of Deep Pink #F0127A

Tints of Deep Pink #F0127A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.11%

R = 63.16%
G = 4.74%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0127A (or 0xF0127A) is known color: Deep Pink. HEX triplet: F0, 12 and 7A. RGB value is (240,18,122). Sum of RGB (Red+Green+Blue) = 240+18+122=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F0127A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0127A is #0FED85. Grayscale: #606060. Windows color (decimal): -1043846 or 8000240. OLE color: 8000240.

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

Color convert

RGB 240 18 122 -
CMYK 0 0.92 0.49 0.06
HSL 331.89º 0.88% 0.51% -
HSV(B) 331.89º 0.93% 0.94% -
XYZ 39.66 20.36 20.25 -
YUV 96.23 142.55 230.54 -
System Red Green Blue C M Y K H S L
Decimal 240 18 122 0 0.92 0.49 0.06 331.89 0.88 0.51
Hex F0 12 7A 0 5C 31 6 14C 58 33
Octal 360 22 172 0 134 61 6 514 130 63
Binary 11110000 10010 1111010 0 1011100 110001 110 101001100 1011000 110011

Color Harmonies of #F0127A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0127A

Black with #F0127A

Text Example


Text Example

White with #F0127A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0127A; }

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

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

background-color css

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

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

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

border-color css

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

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

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