Html Css Color HEX #F614C7 Shocking Pink

📋 copy color: '#F614C7'

red 246 ◦ green 20 ◦ blue 199

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

Shades of Shocking Pink #F614C7

Tints of Shocking Pink #F614C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.8%

R = 52.9%
G = 4.3%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F614C7 (or 0xF614C7) is known color: Shocking Pink. HEX triplet: F6, 14 and C7. RGB value is (246,20,199). Sum of RGB (Red+Green+Blue) = 246+20+199=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 20 (8.20% from 255 or 4.30% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F614C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F614C7 is #09EB38. Grayscale: #6B6B6B. Windows color (decimal): -650041 or 13047030. OLE color: 13047030.

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

Color convert

RGB 246 20 199 -
CMYK 0 0.92 0.19 0.04
HSL 312.48º 0.93% 0.52% -
HSV(B) 312.48º 0.92% 0.96% -
XYZ 48.56 24.22 56.15 -
YUV 107.98 179.37 226.45 -
System Red Green Blue C M Y K H S L
Decimal 246 20 199 0 0.92 0.19 0.04 312.48 0.93 0.52
Hex F6 14 C7 0 5C 13 4 138 5D 34
Octal 366 24 307 0 134 23 4 470 135 64
Binary 11110110 10100 11000111 0 1011100 10011 100 100111000 1011101 110100

Color Harmonies of #F614C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F614C7

Black with #F614C7

Text Example


Text Example

White with #F614C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F614C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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