Html Css Color HEX #F81075 Deep Pink

📋 copy color: '#F81075'

red 248 ◦ green 16 ◦ blue 117

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

Shades of Deep Pink #F81075

Tints of Deep Pink #F81075

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.2%

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

R = 65.09%
G = 4.2%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F81075 (or 0xF81075) is known color: Deep Pink. HEX triplet: F8, 10 and 75. RGB value is (248,16,117). Sum of RGB (Red+Green+Blue) = 248+16+117=381 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.09% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 248 - color contains mainly: red. Hex color #F81075 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81075 is #07EF8A. Grayscale: #606060. Windows color (decimal): -520075 or 7672056. OLE color: 7672056.

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

Color convert

RGB 248 16 117 -
CMYK 0 0.94 0.53 0.03
HSL 333.88º 0.94% 0.52% -
HSV(B) 333.88º 0.94% 0.97% -
XYZ 42.11 21.61 18.78 -
YUV 96.88 139.36 235.79 -
System Red Green Blue C M Y K H S L
Decimal 248 16 117 0 0.94 0.53 0.03 333.88 0.94 0.52
Hex F8 10 75 0 5E 35 3 14E 5E 34
Octal 370 20 165 0 136 65 3 516 136 64
Binary 11111000 10000 1110101 0 1011110 110101 11 101001110 1011110 110100

Color Harmonies of #F81075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81075

Black with #F81075

Text Example


Text Example

White with #F81075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81075; }

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

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

background-color css

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

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

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

border-color css

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

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

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