Html Css Color HEX #F81975 Deep Pink

📋 copy color: '#F81975'

red 248 ◦ green 25 ◦ blue 117

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

Shades of Deep Pink #F81975

Tints of Deep Pink #F81975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.41%

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

R = 63.59%
G = 6.41%
B = 30%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F81975 (or 0xF81975) is known color: Deep Pink. HEX triplet: F8, 19 and 75. RGB value is (248,25,117). Sum of RGB (Red+Green+Blue) = 248+25+117=390 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.59% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 248 - color contains mainly: red. Hex color #F81975 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81975 is #07E68A. Grayscale: #666666. Windows color (decimal): -517771 or 7674360. OLE color: 7674360.

HSL color Cylindrical-coordinate representation of color #F81975: hue angle of 335.25º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81975 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 25 117 -
CMYK 0 0.90 0.53 0.03
HSL 335.25º 0.94% 0.54% -
HSV(B) 335.25º 0.9% 0.97% -
XYZ 42.27 21.94 18.84 -
YUV 102.17 136.38 232.02 -
System Red Green Blue C M Y K H S L
Decimal 248 25 117 0 0.90 0.53 0.03 335.25 0.94 0.54
Hex F8 19 75 0 5A 35 3 14F 5E 36
Octal 370 31 165 0 132 65 3 517 136 66
Binary 11111000 11001 1110101 0 1011010 110101 11 101001111 1011110 110110

Color Harmonies of #F81975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81975

Black with #F81975

Text Example


Text Example

White with #F81975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81975; }

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

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

background-color css

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

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

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

border-color css

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

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

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