Html Css Color HEX #F80FCE Shocking Pink

📋 copy color: '#F80FCE'

red 248 ◦ green 15 ◦ blue 206

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

Shades of Shocking Pink #F80FCE

Tints of Shocking Pink #F80FCE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.2%

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

R = 52.88%
G = 3.2%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F80FCE (or 0xF80FCE) is known color: Shocking Pink. HEX triplet: F8, 0F and CE. RGB value is (248,15,206). Sum of RGB (Red+Green+Blue) = 248+15+206=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 15 (6.25% from 255 or 3.20% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80FCE is #07F031. Grayscale: #696969. Windows color (decimal): -520242 or 13504504. OLE color: 13504504.

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

Color convert

RGB 248 15 206 -
CMYK 0 0.94 0.17 0.03
HSL 310.82º 0.94% 0.52% -
HSV(B) 310.82º 0.94% 0.97% -
XYZ 50.02 24.75 60.53 -
YUV 106.44 184.19 228.97 -
System Red Green Blue C M Y K H S L
Decimal 248 15 206 0 0.94 0.17 0.03 310.82 0.94 0.52
Hex F8 F CE 0 5E 11 3 137 5E 34
Octal 370 17 316 0 136 21 3 467 136 64
Binary 11111000 1111 11001110 0 1011110 10001 11 100110111 1011110 110100

Color Harmonies of #F80FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80FCE

Black with #F80FCE

Text Example


Text Example

White with #F80FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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