Html Css Color HEX #F618D5 Shocking Pink

📋 copy color: '#F618D5'

red 246 ◦ green 24 ◦ blue 213

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

Shades of Shocking Pink #F618D5

Tints of Shocking Pink #F618D5

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.97%

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

R = 50.93%
G = 4.97%
B = 44.1%

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

#F618D5 (or 0xF618D5) is known color: Shocking Pink. HEX triplet: F6, 18 and D5. RGB value is (246,24,213). Sum of RGB (Red+Green+Blue) = 246+24+213=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 24 (9.77% from 255 or 4.97% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F618D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F618D5 is #09E72A. Grayscale: #6F6F6F. Windows color (decimal): -649003 or 13965558. OLE color: 13965558.

HSL color Cylindrical-coordinate representation of color #F618D5: hue angle of 308.92º degrees, saturation: 0.93, 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 #F618D5 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 24 213 -
CMYK 0 0.90 0.13 0.04
HSL 308.92º 0.93% 0.53% -
HSV(B) 308.92º 0.9% 0.96% -
XYZ 50.34 25.05 65.13 -
YUV 111.92 185.05 223.63 -
System Red Green Blue C M Y K H S L
Decimal 246 24 213 0 0.90 0.13 0.04 308.92 0.93 0.53
Hex F6 18 D5 0 5A D 4 135 5C 35
Octal 366 30 325 0 132 15 4 465 134 65
Binary 11110110 11000 11010101 0 1011010 1101 100 100110101 1011100 110101

Color Harmonies of #F618D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F618D5

Black with #F618D5

Text Example


Text Example

White with #F618D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F618D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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