Html Css Color HEX #F5148B Deep Pink

📋 copy color: '#F5148B'

red 245 ◦ green 20 ◦ blue 139

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

Shades of Deep Pink #F5148B

Tints of Deep Pink #F5148B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.95%

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

R = 60.64%
G = 4.95%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F5148B (or 0xF5148B) is known color: Deep Pink. HEX triplet: F5, 14 and 8B. RGB value is (245,20,139). Sum of RGB (Red+Green+Blue) = 245+20+139=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 20 (8.20% from 255 or 4.95% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F5148B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5148B is #0AEB74. Grayscale: #646464. Windows color (decimal): -715637 or 9114869. OLE color: 9114869.

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

Color convert

RGB 245 20 139 -
CMYK 0 0.92 0.43 0.04
HSL 328.27º 0.92% 0.52% -
HSV(B) 328.27º 0.92% 0.96% -
XYZ 42.57 21.78 26.39 -
YUV 100.84 149.54 230.82 -
System Red Green Blue C M Y K H S L
Decimal 245 20 139 0 0.92 0.43 0.04 328.27 0.92 0.52
Hex F5 14 8B 0 5C 2B 4 148 5C 34
Octal 365 24 213 0 134 53 4 510 134 64
Binary 11110101 10100 10001011 0 1011100 101011 100 101001000 1011100 110100

Color Harmonies of #F5148B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5148B

Black with #F5148B

Text Example


Text Example

White with #F5148B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5148B; }

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

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

background-color css

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

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

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

border-color css

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

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

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