Html Css Color HEX #F5168A Deep Pink

📋 copy color: '#F5168A'

red 245 ◦ green 22 ◦ blue 138

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

Shades of Deep Pink #F5168A

Tints of Deep Pink #F5168A

RGB

 RED value IS 245 (96.09% from 255) = 60.49%

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

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

R = 60.49%
G = 5.43%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F5168A (or 0xF5168A) is known color: Deep Pink. HEX triplet: F5, 16 and 8A. RGB value is (245,22,138). Sum of RGB (Red+Green+Blue) = 245+22+138=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 22 (8.98% from 255 or 5.43% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F5168A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5168A is #0AE975. Grayscale: #656565. Windows color (decimal): -715126 or 9049845. OLE color: 9049845.

HSL color Cylindrical-coordinate representation of color #F5168A: hue angle of 328.79º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5168A is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 22 138 -
CMYK 0 0.91 0.44 0.04
HSL 328.79º 0.92% 0.52% -
HSV(B) 328.79º 0.91% 0.96% -
XYZ 42.53 21.82 26.02 -
YUV 101.9 148.38 230.07 -
System Red Green Blue C M Y K H S L
Decimal 245 22 138 0 0.91 0.44 0.04 328.79 0.92 0.52
Hex F5 16 8A 0 5B 2C 4 149 5C 34
Octal 365 26 212 0 133 54 4 511 134 64
Binary 11110101 10110 10001010 0 1011011 101100 100 101001001 1011100 110100

Color Harmonies of #F5168A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5168A

Black with #F5168A

Text Example


Text Example

White with #F5168A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5168A; }

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

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

background-color css

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

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

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

border-color css

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

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

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