Html Css Color HEX #F614BE Shocking Pink

📋 copy color: '#F614BE'

red 246 ◦ green 20 ◦ blue 190

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

Shades of Shocking Pink #F614BE

Tints of Shocking Pink #F614BE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.39%

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

R = 53.95%
G = 4.39%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F614BE (or 0xF614BE) is known color: Shocking Pink. HEX triplet: F6, 14 and BE. RGB value is (246,20,190). Sum of RGB (Red+Green+Blue) = 246+20+190=456 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.95% from 456); Green value is 20 (8.20% from 255 or 4.39% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 246 - color contains mainly: red. Hex color #F614BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F614BE is #09EB41. Grayscale: #6A6A6A. Windows color (decimal): -650050 or 12457206. OLE color: 12457206.

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

Color convert

RGB 246 20 190 -
CMYK 0 0.92 0.23 0.04
HSL 314.87º 0.93% 0.52% -
HSV(B) 314.87º 0.92% 0.96% -
XYZ 47.55 23.81 50.8 -
YUV 106.95 174.87 227.18 -
System Red Green Blue C M Y K H S L
Decimal 246 20 190 0 0.92 0.23 0.04 314.87 0.93 0.52
Hex F6 14 BE 0 5C 17 4 13B 5D 34
Octal 366 24 276 0 134 27 4 473 135 64
Binary 11110110 10100 10111110 0 1011100 10111 100 100111011 1011101 110100

Color Harmonies of #F614BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F614BE

Black with #F614BE

Text Example


Text Example

White with #F614BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F614BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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