Html Css Color HEX #F9168D Deep Pink

📋 copy color: '#F9168D'

red 249 ◦ green 22 ◦ blue 141

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

Shades of Deep Pink #F9168D

Tints of Deep Pink #F9168D

RGB

 RED value IS 249 (97.66% from 255) = 60.44%

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

 BLUE value IS 141 (55.47% from 255) = 34.22%

R = 60.44%
G = 5.34%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9168D (or 0xF9168D) is known color: Deep Pink. HEX triplet: F9, 16 and 8D. RGB value is (249,22,141). Sum of RGB (Red+Green+Blue) = 249+22+141=412 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.44% from 412); Green value is 22 (8.98% from 255 or 5.34% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 249 - color contains mainly: red. Hex color #F9168D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9168D is #06E972. Grayscale: #676767. Windows color (decimal): -452979 or 9246457. OLE color: 9246457.

HSL color Cylindrical-coordinate representation of color #F9168D: hue angle of 328.55º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F9168D is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 22 141 -
CMYK 0 0.91 0.43 0.02
HSL 328.55º 0.95% 0.53% -
HSV(B) 328.55º 0.91% 0.98% -
XYZ 44.16 22.64 27.24 -
YUV 103.44 149.21 231.82 -
System Red Green Blue C M Y K H S L
Decimal 249 22 141 0 0.91 0.43 0.02 328.55 0.95 0.53
Hex F9 16 8D 0 5B 2B 2 149 5F 35
Octal 371 26 215 0 133 53 2 511 137 65
Binary 11111001 10110 10001101 0 1011011 101011 10 101001001 1011111 110101

Color Harmonies of #F9168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9168D

Black with #F9168D

Text Example


Text Example

White with #F9168D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9168D; }

 p { color: rgb(249,22,141); }

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

background-color css

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

 a { background-color: rgb(249,22,141); }

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

border-color css

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

 span { border-color: rgb(249,22,141); }

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