Html Css Color HEX #F0107E Deep Pink

📋 copy color: '#F0107E'

red 240 ◦ green 16 ◦ blue 126

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

Shades of Deep Pink #F0107E

Tints of Deep Pink #F0107E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.98%

R = 62.83%
G = 4.19%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0107E (or 0xF0107E) is known color: Deep Pink. HEX triplet: F0, 10 and 7E. RGB value is (240,16,126). Sum of RGB (Red+Green+Blue) = 240+16+126=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F0107E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0107E is #0FEF81. Grayscale: #5F5F5F. Windows color (decimal): -1044354 or 8261872. OLE color: 8261872.

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

Color convert

RGB 240 16 126 -
CMYK 0 0.93 0.48 0.06
HSL 330.54º 0.88% 0.5% -
HSV(B) 330.54º 0.93% 0.94% -
XYZ 39.89 20.4 21.57 -
YUV 95.52 145.21 231.06 -
System Red Green Blue C M Y K H S L
Decimal 240 16 126 0 0.93 0.48 0.06 330.54 0.88 0.5
Hex F0 10 7E 0 5D 30 6 14B 58 32
Octal 360 20 176 0 135 60 6 513 130 62
Binary 11110000 10000 1111110 0 1011101 110000 110 101001011 1011000 110010

Color Harmonies of #F0107E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0107E

Black with #F0107E

Text Example


Text Example

White with #F0107E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0107E; }

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

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

background-color css

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

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

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

border-color css

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

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

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