Html Css Color HEX #F810C5 Shocking Pink

📋 copy color: '#F810C5'

red 248 ◦ green 16 ◦ blue 197

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

Shades of Shocking Pink #F810C5

Tints of Shocking Pink #F810C5

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.47%

 BLUE value IS 197 (77.34% from 255) = 42.73%

R = 53.8%
G = 3.47%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F810C5 (or 0xF810C5) is known color: Shocking Pink. HEX triplet: F8, 10 and C5. RGB value is (248,16,197). Sum of RGB (Red+Green+Blue) = 248+16+197=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 16 (6.64% from 255 or 3.47% from 461); Blue value is 197 (77.34% from 255 or 42.73% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F810C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F810C5 is #07EF3A. Grayscale: #696969. Windows color (decimal): -519995 or 12914936. OLE color: 12914936.

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

Color convert

RGB 248 16 197 -
CMYK 0 0.94 0.21 0.03
HSL 313.19º 0.94% 0.52% -
HSV(B) 313.19º 0.94% 0.97% -
XYZ 48.97 24.36 54.94 -
YUV 106 179.36 229.28 -
System Red Green Blue C M Y K H S L
Decimal 248 16 197 0 0.94 0.21 0.03 313.19 0.94 0.52
Hex F8 10 C5 0 5E 15 3 139 5E 34
Octal 370 20 305 0 136 25 3 471 136 64
Binary 11111000 10000 11000101 0 1011110 10101 11 100111001 1011110 110100

Color Harmonies of #F810C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F810C5

Black with #F810C5

Text Example


Text Example

White with #F810C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F810C5; }

 p { color: rgb(248,16,197); }

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

background-color css

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

 a { background-color: rgb(248,16,197); }

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

border-color css

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

 span { border-color: rgb(248,16,197); }

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