Html Css Color HEX #F81FC6 Shocking Pink

📋 copy color: '#F81FC6'

red 248 ◦ green 31 ◦ blue 198

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

Shades of Shocking Pink #F81FC6

Tints of Shocking Pink #F81FC6

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.5%

 BLUE value IS 198 (77.73% from 255) = 41.51%

R = 51.99%
G = 6.5%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F81FC6 (or 0xF81FC6) is known color: Shocking Pink. HEX triplet: F8, 1F and C6. RGB value is (248,31,198). Sum of RGB (Red+Green+Blue) = 248+31+198=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 31 (12.5% from 255 or 6.50% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F81FC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81FC6 is #07E039. Grayscale: #727272. Windows color (decimal): -516154 or 12984312. OLE color: 12984312.

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

Color convert

RGB 248 31 198 -
CMYK 0 0.88 0.20 0.03
HSL 313.82º 0.94% 0.55% -
HSV(B) 313.82º 0.88% 0.97% -
XYZ 49.39 25.01 55.65 -
YUV 114.92 174.89 222.92 -
System Red Green Blue C M Y K H S L
Decimal 248 31 198 0 0.88 0.20 0.03 313.82 0.94 0.55
Hex F8 1F C6 0 58 14 3 13A 5E 37
Octal 370 37 306 0 130 24 3 472 136 67
Binary 11111000 11111 11000110 0 1011000 10100 11 100111010 1011110 110111

Color Harmonies of #F81FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81FC6

Black with #F81FC6

Text Example


Text Example

White with #F81FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81FC6; }

 p { color: rgb(248,31,198); }

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

background-color css

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

 a { background-color: rgb(248,31,198); }

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

border-color css

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

 span { border-color: rgb(248,31,198); }

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