Html Css Color HEX #F610BE Shocking Pink

📋 copy color: '#F610BE'

red 246 ◦ green 16 ◦ blue 190

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

Shades of Shocking Pink #F610BE

Tints of Shocking Pink #F610BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.04%

R = 54.42%
G = 3.54%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F610BE (or 0xF610BE) is known color: Shocking Pink. HEX triplet: F6, 10 and BE. RGB value is (246,16,190). Sum of RGB (Red+Green+Blue) = 246+16+190=452 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.42% from 452); Green value is 16 (6.64% from 255 or 3.54% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 246 - color contains mainly: red. Hex color #F610BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F610BE is #09EF41. Grayscale: #686868. Windows color (decimal): -651074 or 12456182. OLE color: 12456182.

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

Color convert

RGB 246 16 190 -
CMYK 0 0.93 0.23 0.04
HSL 314.61º 0.93% 0.51% -
HSV(B) 314.61º 0.93% 0.96% -
XYZ 47.49 23.68 50.78 -
YUV 104.61 176.2 228.85 -
System Red Green Blue C M Y K H S L
Decimal 246 16 190 0 0.93 0.23 0.04 314.61 0.93 0.51
Hex F6 10 BE 0 5D 17 4 13B 5D 33
Octal 366 20 276 0 135 27 4 473 135 63
Binary 11110110 10000 10111110 0 1011101 10111 100 100111011 1011101 110011

Color Harmonies of #F610BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F610BE

Black with #F610BE

Text Example


Text Example

White with #F610BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F610BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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