Html Css Color HEX #F610CD Shocking Pink

📋 copy color: '#F610CD'

red 246 ◦ green 16 ◦ blue 205

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

Shades of Shocking Pink #F610CD

Tints of Shocking Pink #F610CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.9%

R = 52.68%
G = 3.43%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F610CD (or 0xF610CD) is known color: Shocking Pink. HEX triplet: F6, 10 and CD. RGB value is (246,16,205). Sum of RGB (Red+Green+Blue) = 246+16+205=467 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.68% from 467); Green value is 16 (6.64% from 255 or 3.43% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 246 - color contains mainly: red. Hex color #F610CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F610CD is #09EF32. Grayscale: #696969. Windows color (decimal): -651059 or 13439222. OLE color: 13439222.

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

Color convert

RGB 246 16 205 -
CMYK 0 0.93 0.17 0.04
HSL 310.7º 0.93% 0.51% -
HSV(B) 310.7º 0.93% 0.96% -
XYZ 49.21 24.37 59.87 -
YUV 106.32 183.7 227.63 -
System Red Green Blue C M Y K H S L
Decimal 246 16 205 0 0.93 0.17 0.04 310.7 0.93 0.51
Hex F6 10 CD 0 5D 11 4 137 5D 33
Octal 366 20 315 0 135 21 4 467 135 63
Binary 11110110 10000 11001101 0 1011101 10001 100 100110111 1011101 110011

Color Harmonies of #F610CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F610CD

Black with #F610CD

Text Example


Text Example

White with #F610CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F610CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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