Html Css Color HEX #F610CE Shocking Pink

📋 copy color: '#F610CE'

red 246 ◦ green 16 ◦ blue 206

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

Shades of Shocking Pink #F610CE

Tints of Shocking Pink #F610CE

RGB

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

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

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

R = 52.56%
G = 3.42%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F610CE (or 0xF610CE) is known color: Shocking Pink. HEX triplet: F6, 10 and CE. RGB value is (246,16,206). Sum of RGB (Red+Green+Blue) = 246+16+206=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 16 (6.64% from 255 or 3.42% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F610CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F610CE is #09EF31. Grayscale: #696969. Windows color (decimal): -651058 or 13504758. OLE color: 13504758.

HSL color Cylindrical-coordinate representation of color #F610CE: hue angle of 310.43º 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 #F610CE is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 16 206 -
CMYK 0 0.93 0.16 0.04
HSL 310.43º 0.93% 0.51% -
HSV(B) 310.43º 0.93% 0.96% -
XYZ 49.33 24.42 60.51 -
YUV 106.43 184.2 227.55 -
System Red Green Blue C M Y K H S L
Decimal 246 16 206 0 0.93 0.16 0.04 310.43 0.93 0.51
Hex F6 10 CE 0 5D 10 4 136 5D 33
Octal 366 20 316 0 135 20 4 466 135 63
Binary 11110110 10000 11001110 0 1011101 10000 100 100110110 1011101 110011

Color Harmonies of #F610CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F610CE

Black with #F610CE

Text Example


Text Example

White with #F610CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F610CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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