Html Css Color HEX #F614D0 Shocking Pink

📋 copy color: '#F614D0'

red 246 ◦ green 20 ◦ blue 208

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

Shades of Shocking Pink #F614D0

Tints of Shocking Pink #F614D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.88%

R = 51.9%
G = 4.22%
B = 43.88%

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

#F614D0 (or 0xF614D0) is known color: Shocking Pink. HEX triplet: F6, 14 and D0. RGB value is (246,20,208). Sum of RGB (Red+Green+Blue) = 246+20+208=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 20 (8.20% from 255 or 4.22% from 474); Blue value is 208 (81.64% from 255 or 43.88% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F614D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F614D0 is #09EB2F. Grayscale: #6C6C6C. Windows color (decimal): -650032 or 13636854. OLE color: 13636854.

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

Color convert

RGB 246 20 208 -
CMYK 0 0.92 0.15 0.04
HSL 310.09º 0.93% 0.52% -
HSV(B) 310.09º 0.92% 0.96% -
XYZ 49.64 24.65 61.82 -
YUV 109.01 183.87 225.71 -
System Red Green Blue C M Y K H S L
Decimal 246 20 208 0 0.92 0.15 0.04 310.09 0.93 0.52
Hex F6 14 D0 0 5C F 4 136 5D 34
Octal 366 24 320 0 134 17 4 466 135 64
Binary 11110110 10100 11010000 0 1011100 1111 100 100110110 1011101 110100

Color Harmonies of #F614D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F614D0

Black with #F614D0

Text Example


Text Example

White with #F614D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F614D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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