Html Css Color HEX #F81AC6 Shocking Pink

📋 copy color: '#F81AC6'

red 248 ◦ green 26 ◦ blue 198

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

Shades of Shocking Pink #F81AC6

Tints of Shocking Pink #F81AC6

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.51%

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

R = 52.54%
G = 5.51%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F81AC6 (or 0xF81AC6) is known color: Shocking Pink. HEX triplet: F8, 1A and C6. RGB value is (248,26,198). Sum of RGB (Red+Green+Blue) = 248+26+198=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 26 (10.55% from 255 or 5.51% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F81AC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81AC6 is #07E539. Grayscale: #6F6F6F. Windows color (decimal): -517434 or 12983032. OLE color: 12983032.

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

Color convert

RGB 248 26 198 -
CMYK 0 0.90 0.20 0.03
HSL 313.51º 0.94% 0.54% -
HSV(B) 313.51º 0.9% 0.97% -
XYZ 49.27 24.77 55.61 -
YUV 111.99 176.55 225.01 -
System Red Green Blue C M Y K H S L
Decimal 248 26 198 0 0.90 0.20 0.03 313.51 0.94 0.54
Hex F8 1A C6 0 5A 14 3 13A 5E 36
Octal 370 32 306 0 132 24 3 472 136 66
Binary 11111000 11010 11000110 0 1011010 10100 11 100111010 1011110 110110

Color Harmonies of #F81AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81AC6

Black with #F81AC6

Text Example


Text Example

White with #F81AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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