Html Css Color HEX #F613B6 Shocking Pink

📋 copy color: '#F613B6'

red 246 ◦ green 19 ◦ blue 182

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

Shades of Shocking Pink #F613B6

Tints of Shocking Pink #F613B6

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.25%

 BLUE value IS 182 (71.48% from 255) = 40.72%

R = 55.03%
G = 4.25%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F613B6 (or 0xF613B6) is known color: Shocking Pink. HEX triplet: F6, 13 and B6. RGB value is (246,19,182). Sum of RGB (Red+Green+Blue) = 246+19+182=447 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.03% from 447); Green value is 19 (7.81% from 255 or 4.25% from 447); Blue value is 182 (71.48% from 255 or 40.72% from 447); Max value from RGB is 246 - color contains mainly: red. Hex color #F613B6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F613B6 is #09EC49. Grayscale: #696969. Windows color (decimal): -650314 or 11932662. OLE color: 11932662.

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

Color convert

RGB 246 19 182 -
CMYK 0 0.92 0.26 0.04
HSL 316.92º 0.93% 0.52% -
HSV(B) 316.92º 0.92% 0.96% -
XYZ 46.68 23.44 46.32 -
YUV 105.46 171.21 228.25 -
System Red Green Blue C M Y K H S L
Decimal 246 19 182 0 0.92 0.26 0.04 316.92 0.93 0.52
Hex F6 13 B6 0 5C 1A 4 13D 5D 34
Octal 366 23 266 0 134 32 4 475 135 64
Binary 11110110 10011 10110110 0 1011100 11010 100 100111101 1011101 110100

Color Harmonies of #F613B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F613B6

Black with #F613B6

Text Example


Text Example

White with #F613B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F613B6; }

 p { color: rgb(246,19,182); }

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

background-color css

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

 a { background-color: rgb(246,19,182); }

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

border-color css

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

 span { border-color: rgb(246,19,182); }

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