Html Css Color HEX #F619D5 Shocking Pink

📋 copy color: '#F619D5'

red 246 ◦ green 25 ◦ blue 213

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

Shades of Shocking Pink #F619D5

Tints of Shocking Pink #F619D5

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.17%

 BLUE value IS 213 (83.59% from 255) = 44.01%

R = 50.83%
G = 5.17%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F619D5 (or 0xF619D5) is known color: Shocking Pink. HEX triplet: F6, 19 and D5. RGB value is (246,25,213). Sum of RGB (Red+Green+Blue) = 246+25+213=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 25 (10.16% from 255 or 5.17% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F619D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F619D5 is #09E62A. Grayscale: #6F6F6F. Windows color (decimal): -648747 or 13965814. OLE color: 13965814.

HSL color Cylindrical-coordinate representation of color #F619D5: hue angle of 308.96º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F619D5 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 25 213 -
CMYK 0 0.90 0.13 0.04
HSL 308.96º 0.92% 0.53% -
HSV(B) 308.96º 0.9% 0.96% -
XYZ 50.36 25.09 65.14 -
YUV 112.51 184.72 223.21 -
System Red Green Blue C M Y K H S L
Decimal 246 25 213 0 0.90 0.13 0.04 308.96 0.92 0.53
Hex F6 19 D5 0 5A D 4 135 5C 35
Octal 366 31 325 0 132 15 4 465 134 65
Binary 11110110 11001 11010101 0 1011010 1101 100 100110101 1011100 110101

Color Harmonies of #F619D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F619D5

Black with #F619D5

Text Example


Text Example

White with #F619D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F619D5; }

 p { color: rgb(246,25,213); }

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

background-color css

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

 a { background-color: rgb(246,25,213); }

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

border-color css

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

 span { border-color: rgb(246,25,213); }

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