Html Css Color HEX #F8147D Deep Pink

📋 copy color: '#F8147D'

red 248 ◦ green 20 ◦ blue 125

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

Shades of Deep Pink #F8147D

Tints of Deep Pink #F8147D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.81%

R = 63.1%
G = 5.09%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F8147D (or 0xF8147D) is known color: Deep Pink. HEX triplet: F8, 14 and 7D. RGB value is (248,20,125). Sum of RGB (Red+Green+Blue) = 248+20+125=393 (52% of max value = 765). Red value is 248 (97.27% from 255 or 63.10% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 248 - color contains mainly: red. Hex color #F8147D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8147D is #07EB82. Grayscale: #636363. Windows color (decimal): -519043 or 8197368. OLE color: 8197368.

HSL color Cylindrical-coordinate representation of color #F8147D: hue angle of 332.37º 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 #F8147D is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 20 125 -
CMYK 0 0.92 0.50 0.03
HSL 332.37º 0.94% 0.53% -
HSV(B) 332.37º 0.92% 0.97% -
XYZ 42.66 21.94 21.39 -
YUV 100.14 142.04 233.46 -
System Red Green Blue C M Y K H S L
Decimal 248 20 125 0 0.92 0.50 0.03 332.37 0.94 0.53
Hex F8 14 7D 0 5C 32 3 14C 5E 35
Octal 370 24 175 0 134 62 3 514 136 65
Binary 11111000 10100 1111101 0 1011100 110010 11 101001100 1011110 110101

Color Harmonies of #F8147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8147D

Black with #F8147D

Text Example


Text Example

White with #F8147D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8147D; }

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

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

background-color css

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

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

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

border-color css

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

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

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