Html Css Color HEX #F81CCC Shocking Pink

📋 copy color: '#F81CCC'

red 248 ◦ green 28 ◦ blue 204

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

Shades of Shocking Pink #F81CCC

Tints of Shocking Pink #F81CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.5%

R = 51.67%
G = 5.83%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F81CCC (or 0xF81CCC) is known color: Shocking Pink. HEX triplet: F8, 1C and CC. RGB value is (248,28,204). Sum of RGB (Red+Green+Blue) = 248+28+204=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 28 (11.33% from 255 or 5.83% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F81CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81CCC is #07E333. Grayscale: #717171. Windows color (decimal): -516916 or 13376760. OLE color: 13376760.

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

Color convert

RGB 248 28 204 -
CMYK 0 0.89 0.18 0.03
HSL 312º 0.94% 0.54% -
HSV(B) 312º 0.89% 0.97% -
XYZ 50.03 25.15 59.34 -
YUV 113.84 178.89 223.69 -
System Red Green Blue C M Y K H S L
Decimal 248 28 204 0 0.89 0.18 0.03 312 0.94 0.54
Hex F8 1C CC 0 59 12 3 138 5E 36
Octal 370 34 314 0 131 22 3 470 136 66
Binary 11111000 11100 11001100 0 1011001 10010 11 100111000 1011110 110110

Color Harmonies of #F81CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81CCC

Black with #F81CCC

Text Example


Text Example

White with #F81CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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