Html Css Color HEX #F5158B Deep Pink

📋 copy color: '#F5158B'

red 245 ◦ green 21 ◦ blue 139

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

Shades of Deep Pink #F5158B

Tints of Deep Pink #F5158B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.19%

 BLUE value IS 139 (54.69% from 255) = 34.32%

R = 60.49%
G = 5.19%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F5158B (or 0xF5158B) is known color: Deep Pink. HEX triplet: F5, 15 and 8B. RGB value is (245,21,139). Sum of RGB (Red+Green+Blue) = 245+21+139=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F5158B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5158B is #0AEA74. Grayscale: #656565. Windows color (decimal): -715381 or 9115125. OLE color: 9115125.

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

Color convert

RGB 245 21 139 -
CMYK 0 0.91 0.43 0.04
HSL 328.39º 0.92% 0.52% -
HSV(B) 328.39º 0.91% 0.96% -
XYZ 42.58 21.81 26.39 -
YUV 101.43 149.21 230.41 -
System Red Green Blue C M Y K H S L
Decimal 245 21 139 0 0.91 0.43 0.04 328.39 0.92 0.52
Hex F5 15 8B 0 5B 2B 4 148 5C 34
Octal 365 25 213 0 133 53 4 510 134 64
Binary 11110101 10101 10001011 0 1011011 101011 100 101001000 1011100 110100

Color Harmonies of #F5158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5158B

Black with #F5158B

Text Example


Text Example

White with #F5158B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5158B; }

 p { color: rgb(245,21,139); }

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

background-color css

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

 a { background-color: rgb(245,21,139); }

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

border-color css

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

 span { border-color: rgb(245,21,139); }

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