Html Css Color HEX #F81690 Deep Pink

📋 copy color: '#F81690'

red 248 ◦ green 22 ◦ blue 144

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

Shades of Deep Pink #F81690

Tints of Deep Pink #F81690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.78%

R = 59.9%
G = 5.31%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F81690 (or 0xF81690) is known color: Deep Pink. HEX triplet: F8, 16 and 90. RGB value is (248,22,144). Sum of RGB (Red+Green+Blue) = 248+22+144=414 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.90% from 414); Green value is 22 (8.98% from 255 or 5.31% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 248 - color contains mainly: red. Hex color #F81690 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81690 is #07E96F. Grayscale: #676767. Windows color (decimal): -518512 or 9443064. OLE color: 9443064.

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

Color convert

RGB 248 22 144 -
CMYK 0 0.91 0.42 0.03
HSL 327.61º 0.94% 0.53% -
HSV(B) 327.61º 0.91% 0.97% -
XYZ 44.03 22.54 28.42 -
YUV 103.48 150.87 231.08 -
System Red Green Blue C M Y K H S L
Decimal 248 22 144 0 0.91 0.42 0.03 327.61 0.94 0.53
Hex F8 16 90 0 5B 2A 3 148 5E 35
Octal 370 26 220 0 133 52 3 510 136 65
Binary 11111000 10110 10010000 0 1011011 101010 11 101001000 1011110 110101

Color Harmonies of #F81690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81690

Black with #F81690

Text Example


Text Example

White with #F81690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81690; }

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

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

background-color css

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

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

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

border-color css

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

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

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