Html Css Color HEX #F610C7 Shocking Pink

📋 copy color: '#F610C7'

red 246 ◦ green 16 ◦ blue 199

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

Shades of Shocking Pink #F610C7

Tints of Shocking Pink #F610C7

RGB

 RED value IS 246 (96.48% from 255) = 53.36%

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

 BLUE value IS 199 (78.13% from 255) = 43.17%

R = 53.36%
G = 3.47%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F610C7 (or 0xF610C7) is known color: Shocking Pink. HEX triplet: F6, 10 and C7. RGB value is (246,16,199). Sum of RGB (Red+Green+Blue) = 246+16+199=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 16 (6.64% from 255 or 3.47% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F610C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F610C7 is #09EF38. Grayscale: #696969. Windows color (decimal): -651065 or 13046006. OLE color: 13046006.

HSL color Cylindrical-coordinate representation of color #F610C7: hue angle of 312.26º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F610C7 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 16 199 -
CMYK 0 0.93 0.19 0.04
HSL 312.26º 0.93% 0.51% -
HSV(B) 312.26º 0.93% 0.96% -
XYZ 48.5 24.09 56.13 -
YUV 105.63 180.7 228.12 -
System Red Green Blue C M Y K H S L
Decimal 246 16 199 0 0.93 0.19 0.04 312.26 0.93 0.51
Hex F6 10 C7 0 5D 13 4 138 5D 33
Octal 366 20 307 0 135 23 4 470 135 63
Binary 11110110 10000 11000111 0 1011101 10011 100 100111000 1011101 110011

Color Harmonies of #F610C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F610C7

Black with #F610C7

Text Example


Text Example

White with #F610C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F610C7; }

 p { color: rgb(246,16,199); }

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

background-color css

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

 a { background-color: rgb(246,16,199); }

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

border-color css

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

 span { border-color: rgb(246,16,199); }

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