Html Css Color HEX #F81692 Deep Pink

📋 copy color: '#F81692'

red 248 ◦ green 22 ◦ blue 146

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

Shades of Deep Pink #F81692

Tints of Deep Pink #F81692

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.29%

 BLUE value IS 146 (57.42% from 255) = 35.1%

R = 59.62%
G = 5.29%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F81692 (or 0xF81692) is known color: Deep Pink. HEX triplet: F8, 16 and 92. RGB value is (248,22,146). Sum of RGB (Red+Green+Blue) = 248+22+146=416 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.62% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 248 - color contains mainly: red. Hex color #F81692 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81692 is #07E96D. Grayscale: #676767. Windows color (decimal): -518510 or 9574136. OLE color: 9574136.

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

Color convert

RGB 248 22 146 -
CMYK 0 0.91 0.41 0.03
HSL 327.08º 0.94% 0.53% -
HSV(B) 327.08º 0.91% 0.97% -
XYZ 44.19 22.61 29.23 -
YUV 103.71 151.87 230.92 -
System Red Green Blue C M Y K H S L
Decimal 248 22 146 0 0.91 0.41 0.03 327.08 0.94 0.53
Hex F8 16 92 0 5B 29 3 147 5E 35
Octal 370 26 222 0 133 51 3 507 136 65
Binary 11111000 10110 10010010 0 1011011 101001 11 101000111 1011110 110101

Color Harmonies of #F81692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81692

Black with #F81692

Text Example


Text Example

White with #F81692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81692; }

 p { color: rgb(248,22,146); }

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

background-color css

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

 a { background-color: rgb(248,22,146); }

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

border-color css

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

 span { border-color: rgb(248,22,146); }

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