Html Css Color HEX #F613BF Shocking Pink

📋 copy color: '#F613BF'

red 246 ◦ green 19 ◦ blue 191

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

Shades of Shocking Pink #F613BF

Tints of Shocking Pink #F613BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.89%

R = 53.95%
G = 4.17%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F613BF (or 0xF613BF) is known color: Shocking Pink. HEX triplet: F6, 13 and BF. RGB value is (246,19,191). Sum of RGB (Red+Green+Blue) = 246+19+191=456 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.95% from 456); Green value is 19 (7.81% from 255 or 4.17% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 246 - color contains mainly: red. Hex color #F613BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F613BF is #09EC40. Grayscale: #6A6A6A. Windows color (decimal): -650305 or 12522486. OLE color: 12522486.

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

Color convert

RGB 246 19 191 -
CMYK 0 0.92 0.22 0.04
HSL 314.54º 0.93% 0.52% -
HSV(B) 314.54º 0.92% 0.96% -
XYZ 47.64 23.82 51.38 -
YUV 106.48 175.71 227.51 -
System Red Green Blue C M Y K H S L
Decimal 246 19 191 0 0.92 0.22 0.04 314.54 0.93 0.52
Hex F6 13 BF 0 5C 16 4 13B 5D 34
Octal 366 23 277 0 134 26 4 473 135 64
Binary 11110110 10011 10111111 0 1011100 10110 100 100111011 1011101 110100

Color Harmonies of #F613BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F613BF

Black with #F613BF

Text Example


Text Example

White with #F613BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F613BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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