Html Css Color HEX #F0168A Deep Pink

📋 copy color: '#F0168A'

red 240 ◦ green 22 ◦ blue 138

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

Shades of Deep Pink #F0168A

Tints of Deep Pink #F0168A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.5%

 BLUE value IS 138 (54.3% from 255) = 34.5%

R = 60%
G = 5.5%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0168A (or 0xF0168A) is known color: Deep Pink. HEX triplet: F0, 16 and 8A. RGB value is (240,22,138). Sum of RGB (Red+Green+Blue) = 240+22+138=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F0168A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0168A is #0FE975. Grayscale: #646464. Windows color (decimal): -1042806 or 9049840. OLE color: 9049840.

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

Color convert

RGB 240 22 138 -
CMYK 0 0.91 0.42 0.06
HSL 328.07º 0.88% 0.51% -
HSV(B) 328.07º 0.91% 0.94% -
XYZ 40.81 20.93 25.93 -
YUV 100.41 149.22 227.57 -
System Red Green Blue C M Y K H S L
Decimal 240 22 138 0 0.91 0.42 0.06 328.07 0.88 0.51
Hex F0 16 8A 0 5B 2A 6 148 58 33
Octal 360 26 212 0 133 52 6 510 130 63
Binary 11110000 10110 10001010 0 1011011 101010 110 101001000 1011000 110011

Color Harmonies of #F0168A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0168A

Black with #F0168A

Text Example


Text Example

White with #F0168A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0168A; }

 p { color: rgb(240,22,138); }

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

background-color css

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

 a { background-color: rgb(240,22,138); }

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

border-color css

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

 span { border-color: rgb(240,22,138); }

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