Html Css Color HEX #F8138F Deep Pink

📋 copy color: '#F8138F'

red 248 ◦ green 19 ◦ blue 143

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

Shades of Deep Pink #F8138F

Tints of Deep Pink #F8138F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.63%

 BLUE value IS 143 (56.25% from 255) = 34.88%

R = 60.49%
G = 4.63%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F8138F (or 0xF8138F) is known color: Deep Pink. HEX triplet: F8, 13 and 8F. RGB value is (248,19,143). Sum of RGB (Red+Green+Blue) = 248+19+143=410 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.49% from 410); Green value is 19 (7.81% from 255 or 4.63% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 248 - color contains mainly: red. Hex color #F8138F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8138F is #07EC70. Grayscale: #656565. Windows color (decimal): -519281 or 9376760. OLE color: 9376760.

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

Color convert

RGB 248 19 143 -
CMYK 0 0.92 0.42 0.03
HSL 327.51º 0.94% 0.52% -
HSV(B) 327.51º 0.92% 0.97% -
XYZ 43.9 22.41 28 -
YUV 101.61 151.37 232.42 -
System Red Green Blue C M Y K H S L
Decimal 248 19 143 0 0.92 0.42 0.03 327.51 0.94 0.52
Hex F8 13 8F 0 5C 2A 3 148 5E 34
Octal 370 23 217 0 134 52 3 510 136 64
Binary 11111000 10011 10001111 0 1011100 101010 11 101001000 1011110 110100

Color Harmonies of #F8138F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8138F

Black with #F8138F

Text Example


Text Example

White with #F8138F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8138F; }

 p { color: rgb(248,19,143); }

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

background-color css

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

 a { background-color: rgb(248,19,143); }

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

border-color css

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

 span { border-color: rgb(248,19,143); }

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