Html Css Color HEX #F0167F Deep Pink

📋 copy color: '#F0167F'

red 240 ◦ green 22 ◦ blue 127

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

Shades of Deep Pink #F0167F

Tints of Deep Pink #F0167F

RGB

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

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

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

R = 61.7%
G = 5.66%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0167F (or 0xF0167F) is known color: Deep Pink. HEX triplet: F0, 16 and 7F. RGB value is (240,22,127). Sum of RGB (Red+Green+Blue) = 240+22+127=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 22 (8.98% from 255 or 5.66% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F0167F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0167F is #0FE980. Grayscale: #626262. Windows color (decimal): -1042817 or 8328944. OLE color: 8328944.

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

Color convert

RGB 240 22 127 -
CMYK 0 0.91 0.47 0.06
HSL 331.1º 0.88% 0.51% -
HSV(B) 331.1º 0.91% 0.94% -
XYZ 40.05 20.63 21.95 -
YUV 99.15 143.72 228.46 -
System Red Green Blue C M Y K H S L
Decimal 240 22 127 0 0.91 0.47 0.06 331.1 0.88 0.51
Hex F0 16 7F 0 5B 2F 6 14B 58 33
Octal 360 26 177 0 133 57 6 513 130 63
Binary 11110000 10110 1111111 0 1011011 101111 110 101001011 1011000 110011

Color Harmonies of #F0167F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0167F

Black with #F0167F

Text Example


Text Example

White with #F0167F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0167F; }

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

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

background-color css

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

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

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

border-color css

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

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

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