Html Css Color HEX #F8138D Deep Pink

📋 copy color: '#F8138D'

red 248 ◦ green 19 ◦ blue 141

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

Shades of Deep Pink #F8138D

Tints of Deep Pink #F8138D

RGB

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

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

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

R = 60.78%
G = 4.66%
B = 34.56%

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

#F8138D (or 0xF8138D) is known color: Deep Pink. HEX triplet: F8, 13 and 8D. RGB value is (248,19,141). Sum of RGB (Red+Green+Blue) = 248+19+141=408 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.78% from 408); Green value is 19 (7.81% from 255 or 4.66% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 248 - color contains mainly: red. Hex color #F8138D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8138D is #07EC72. Grayscale: #656565. Windows color (decimal): -519283 or 9245688. OLE color: 9245688.

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

Color convert

RGB 248 19 141 -
CMYK 0 0.92 0.43 0.03
HSL 328.03º 0.94% 0.52% -
HSV(B) 328.03º 0.92% 0.97% -
XYZ 43.75 22.35 27.21 -
YUV 101.38 150.37 232.58 -
System Red Green Blue C M Y K H S L
Decimal 248 19 141 0 0.92 0.43 0.03 328.03 0.94 0.52
Hex F8 13 8D 0 5C 2B 3 148 5E 34
Octal 370 23 215 0 134 53 3 510 136 64
Binary 11111000 10011 10001101 0 1011100 101011 11 101001000 1011110 110100

Color Harmonies of #F8138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8138D

Black with #F8138D

Text Example


Text Example

White with #F8138D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8138D; }

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

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

background-color css

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

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

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

border-color css

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

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

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