Html Css Color HEX #F81575 Deep Pink

📋 copy color: '#F81575'

red 248 ◦ green 21 ◦ blue 117

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

Shades of Deep Pink #F81575

Tints of Deep Pink #F81575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.44%

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

R = 64.25%
G = 5.44%
B = 30.31%

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

#F81575 (or 0xF81575) is known color: Deep Pink. HEX triplet: F8, 15 and 75. RGB value is (248,21,117). Sum of RGB (Red+Green+Blue) = 248+21+117=386 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.25% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 248 - color contains mainly: red. Hex color #F81575 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81575 is #07EA8A. Grayscale: #636363. Windows color (decimal): -518795 or 7673336. OLE color: 7673336.

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

Color convert

RGB 248 21 117 -
CMYK 0 0.92 0.53 0.03
HSL 334.63º 0.94% 0.53% -
HSV(B) 334.63º 0.92% 0.97% -
XYZ 42.19 21.78 18.81 -
YUV 99.82 137.71 233.69 -
System Red Green Blue C M Y K H S L
Decimal 248 21 117 0 0.92 0.53 0.03 334.63 0.94 0.53
Hex F8 15 75 0 5C 35 3 14F 5E 35
Octal 370 25 165 0 134 65 3 517 136 65
Binary 11111000 10101 1110101 0 1011100 110101 11 101001111 1011110 110101

Color Harmonies of #F81575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81575

Black with #F81575

Text Example


Text Example

White with #F81575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81575; }

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

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

background-color css

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

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

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

border-color css

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

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

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