Html Css Color HEX #F0107A Deep Pink

📋 copy color: '#F0107A'

red 240 ◦ green 16 ◦ blue 122

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

Shades of Deep Pink #F0107A

Tints of Deep Pink #F0107A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.23%

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

R = 63.49%
G = 4.23%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0107A (or 0xF0107A) is known color: Deep Pink. HEX triplet: F0, 10 and 7A. RGB value is (240,16,122). Sum of RGB (Red+Green+Blue) = 240+16+122=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F0107A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0107A is #0FEF85. Grayscale: #5E5E5E. Windows color (decimal): -1044358 or 7999728. OLE color: 7999728.

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

Color convert

RGB 240 16 122 -
CMYK 0 0.93 0.49 0.06
HSL 331.61º 0.88% 0.5% -
HSV(B) 331.61º 0.93% 0.94% -
XYZ 39.63 20.3 20.24 -
YUV 95.06 143.21 231.38 -
System Red Green Blue C M Y K H S L
Decimal 240 16 122 0 0.93 0.49 0.06 331.61 0.88 0.5
Hex F0 10 7A 0 5D 31 6 14C 58 32
Octal 360 20 172 0 135 61 6 514 130 62
Binary 11110000 10000 1111010 0 1011101 110001 110 101001100 1011000 110010

Color Harmonies of #F0107A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0107A

Black with #F0107A

Text Example


Text Example

White with #F0107A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0107A; }

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

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

background-color css

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

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

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

border-color css

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

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

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