Html Css Color HEX #F8148D Deep Pink

📋 copy color: '#F8148D'

red 248 ◦ green 20 ◦ blue 141

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

Shades of Deep Pink #F8148D

Tints of Deep Pink #F8148D

RGB

 RED value IS 248 (97.27% from 255) = 60.64%

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

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

R = 60.64%
G = 4.89%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F8148D (or 0xF8148D) is known color: Deep Pink. HEX triplet: F8, 14 and 8D. RGB value is (248,20,141). Sum of RGB (Red+Green+Blue) = 248+20+141=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 20 (8.20% from 255 or 4.89% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F8148D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8148D is #07EB72. Grayscale: #656565. Windows color (decimal): -519027 or 9245944. OLE color: 9245944.

HSL color Cylindrical-coordinate representation of color #F8148D: hue angle of 328.16º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F8148D is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 20 141 -
CMYK 0 0.92 0.43 0.03
HSL 328.16º 0.94% 0.53% -
HSV(B) 328.16º 0.92% 0.97% -
XYZ 43.77 22.38 27.21 -
YUV 101.97 150.04 232.16 -
System Red Green Blue C M Y K H S L
Decimal 248 20 141 0 0.92 0.43 0.03 328.16 0.94 0.53
Hex F8 14 8D 0 5C 2B 3 148 5E 35
Octal 370 24 215 0 134 53 3 510 136 65
Binary 11111000 10100 10001101 0 1011100 101011 11 101001000 1011110 110101

Color Harmonies of #F8148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8148D

Black with #F8148D

Text Example


Text Example

White with #F8148D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8148D; }

 p { color: rgb(248,20,141); }

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

background-color css

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

 a { background-color: rgb(248,20,141); }

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

border-color css

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

 span { border-color: rgb(248,20,141); }

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