Html Css Color HEX #F81375 Deep Pink

📋 copy color: '#F81375'

red 248 ◦ green 19 ◦ blue 117

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

Shades of Deep Pink #F81375

Tints of Deep Pink #F81375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.47%

R = 64.58%
G = 4.95%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F81375 (or 0xF81375) is known color: Deep Pink. HEX triplet: F8, 13 and 75. RGB value is (248,19,117). Sum of RGB (Red+Green+Blue) = 248+19+117=384 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.58% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 248 - color contains mainly: red. Hex color #F81375 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81375 is #07EC8A. Grayscale: #626262. Windows color (decimal): -519307 or 7672824. OLE color: 7672824.

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

Color convert

RGB 248 19 117 -
CMYK 0 0.92 0.53 0.03
HSL 334.32º 0.94% 0.52% -
HSV(B) 334.32º 0.92% 0.97% -
XYZ 42.16 21.71 18.8 -
YUV 98.64 138.37 234.53 -
System Red Green Blue C M Y K H S L
Decimal 248 19 117 0 0.92 0.53 0.03 334.32 0.94 0.52
Hex F8 13 75 0 5C 35 3 14E 5E 34
Octal 370 23 165 0 134 65 3 516 136 64
Binary 11111000 10011 1110101 0 1011100 110101 11 101001110 1011110 110100

Color Harmonies of #F81375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81375

Black with #F81375

Text Example


Text Example

White with #F81375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81375; }

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

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

background-color css

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

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

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

border-color css

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

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

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