Html Css Color HEX #F610B8 Shocking Pink

📋 copy color: '#F610B8'

red 246 ◦ green 16 ◦ blue 184

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

Shades of Shocking Pink #F610B8

Tints of Shocking Pink #F610B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.26%

R = 55.16%
G = 3.59%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F610B8 (or 0xF610B8) is known color: Shocking Pink. HEX triplet: F6, 10 and B8. RGB value is (246,16,184). Sum of RGB (Red+Green+Blue) = 246+16+184=446 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.16% from 446); Green value is 16 (6.64% from 255 or 3.59% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 246 - color contains mainly: red. Hex color #F610B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F610B8 is #09EF47. Grayscale: #676767. Windows color (decimal): -651080 or 12062966. OLE color: 12062966.

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

Color convert

RGB 246 16 184 -
CMYK 0 0.93 0.25 0.04
HSL 316.17º 0.93% 0.51% -
HSV(B) 316.17º 0.93% 0.96% -
XYZ 46.84 23.42 47.4 -
YUV 103.92 173.2 229.34 -
System Red Green Blue C M Y K H S L
Decimal 246 16 184 0 0.93 0.25 0.04 316.17 0.93 0.51
Hex F6 10 B8 0 5D 19 4 13C 5D 33
Octal 366 20 270 0 135 31 4 474 135 63
Binary 11110110 10000 10111000 0 1011101 11001 100 100111100 1011101 110011

Color Harmonies of #F610B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F610B8

Black with #F610B8

Text Example


Text Example

White with #F610B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F610B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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