Html Css Color HEX #F618D7 Shocking Pink

📋 copy color: '#F618D7'

red 246 ◦ green 24 ◦ blue 215

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

Shades of Shocking Pink #F618D7

Tints of Shocking Pink #F618D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.33%

R = 50.72%
G = 4.95%
B = 44.33%

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

#F618D7 (or 0xF618D7) is known color: Shocking Pink. HEX triplet: F6, 18 and D7. RGB value is (246,24,215). Sum of RGB (Red+Green+Blue) = 246+24+215=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 24 (9.77% from 255 or 4.95% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F618D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F618D7 is #09E728. Grayscale: #6F6F6F. Windows color (decimal): -649001 or 14096630. OLE color: 14096630.

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

Color convert

RGB 246 24 215 -
CMYK 0 0.90 0.13 0.04
HSL 308.38º 0.93% 0.53% -
HSV(B) 308.38º 0.9% 0.96% -
XYZ 50.6 25.15 66.48 -
YUV 112.15 186.05 223.47 -
System Red Green Blue C M Y K H S L
Decimal 246 24 215 0 0.90 0.13 0.04 308.38 0.93 0.53
Hex F6 18 D7 0 5A D 4 134 5C 35
Octal 366 30 327 0 132 15 4 464 134 65
Binary 11110110 11000 11010111 0 1011010 1101 100 100110100 1011100 110101

Color Harmonies of #F618D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F618D7

Black with #F618D7

Text Example


Text Example

White with #F618D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F618D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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