Html Css Color HEX #F81875 Deep Pink

📋 copy color: '#F81875'

red 248 ◦ green 24 ◦ blue 117

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

Shades of Deep Pink #F81875

Tints of Deep Pink #F81875

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.17%

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

R = 63.75%
G = 6.17%
B = 30.08%

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

#F81875 (or 0xF81875) is known color: Deep Pink. HEX triplet: F8, 18 and 75. RGB value is (248,24,117). Sum of RGB (Red+Green+Blue) = 248+24+117=389 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.75% from 389); Green value is 24 (9.77% from 255 or 6.17% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 248 - color contains mainly: red. Hex color #F81875 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81875 is #07E78A. Grayscale: #656565. Windows color (decimal): -518027 or 7674104. OLE color: 7674104.

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

Color convert

RGB 248 24 117 -
CMYK 0 0.90 0.53 0.03
HSL 335.09º 0.94% 0.53% -
HSV(B) 335.09º 0.9% 0.97% -
XYZ 42.25 21.89 18.83 -
YUV 101.58 136.71 232.44 -
System Red Green Blue C M Y K H S L
Decimal 248 24 117 0 0.90 0.53 0.03 335.09 0.94 0.53
Hex F8 18 75 0 5A 35 3 14F 5E 35
Octal 370 30 165 0 132 65 3 517 136 65
Binary 11111000 11000 1110101 0 1011010 110101 11 101001111 1011110 110101

Color Harmonies of #F81875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81875

Black with #F81875

Text Example


Text Example

White with #F81875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81875; }

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

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

background-color css

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

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

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

border-color css

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

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

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