Html Css Color HEX #F81CCE Shocking Pink

📋 copy color: '#F81CCE'

red 248 ◦ green 28 ◦ blue 206

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

Shades of Shocking Pink #F81CCE

Tints of Shocking Pink #F81CCE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.81%

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 51.45%
G = 5.81%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F81CCE (or 0xF81CCE) is known color: Shocking Pink. HEX triplet: F8, 1C and CE. RGB value is (248,28,206). Sum of RGB (Red+Green+Blue) = 248+28+206=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 28 (11.33% from 255 or 5.81% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F81CCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81CCE is #07E331. Grayscale: #717171. Windows color (decimal): -516914 or 13507832. OLE color: 13507832.

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

Color convert

RGB 248 28 206 -
CMYK 0 0.89 0.17 0.03
HSL 311.45º 0.94% 0.54% -
HSV(B) 311.45º 0.89% 0.97% -
XYZ 50.27 25.24 60.62 -
YUV 114.07 179.89 223.53 -
System Red Green Blue C M Y K H S L
Decimal 248 28 206 0 0.89 0.17 0.03 311.45 0.94 0.54
Hex F8 1C CE 0 59 11 3 137 5E 36
Octal 370 34 316 0 131 21 3 467 136 66
Binary 11111000 11100 11001110 0 1011001 10001 11 100110111 1011110 110110

Color Harmonies of #F81CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81CCE

Black with #F81CCE

Text Example


Text Example

White with #F81CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81CCE; }

 p { color: rgb(248,28,206); }

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

background-color css

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

 a { background-color: rgb(248,28,206); }

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

border-color css

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

 span { border-color: rgb(248,28,206); }

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