Html Css Color HEX #F614D1 Shocking Pink

📋 copy color: '#F614D1'

red 246 ◦ green 20 ◦ blue 209

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

Shades of Shocking Pink #F614D1

Tints of Shocking Pink #F614D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44%

R = 51.79%
G = 4.21%
B = 44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F614D1 (or 0xF614D1) is known color: Shocking Pink. HEX triplet: F6, 14 and D1. RGB value is (246,20,209). Sum of RGB (Red+Green+Blue) = 246+20+209=475 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.79% from 475); Green value is 20 (8.20% from 255 or 4.21% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 246 - color contains mainly: red. Hex color #F614D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F614D1 is #09EB2E. Grayscale: #6C6C6C. Windows color (decimal): -650031 or 13702390. OLE color: 13702390.

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

Color convert

RGB 246 20 209 -
CMYK 0 0.92 0.15 0.04
HSL 309.82º 0.93% 0.52% -
HSV(B) 309.82º 0.92% 0.96% -
XYZ 49.76 24.7 62.47 -
YUV 109.12 184.37 225.63 -
System Red Green Blue C M Y K H S L
Decimal 246 20 209 0 0.92 0.15 0.04 309.82 0.93 0.52
Hex F6 14 D1 0 5C F 4 136 5D 34
Octal 366 24 321 0 134 17 4 466 135 64
Binary 11110110 10100 11010001 0 1011100 1111 100 100110110 1011101 110100

Color Harmonies of #F614D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F614D1

Black with #F614D1

Text Example


Text Example

White with #F614D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F614D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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