Html Css Color HEX #F608C5 Shocking Pink

📋 copy color: '#F608C5'

red 246 ◦ green 8 ◦ blue 197

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

Shades of Shocking Pink #F608C5

Tints of Shocking Pink #F608C5

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.77%

 BLUE value IS 197 (77.34% from 255) = 43.68%

R = 54.55%
G = 1.77%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F608C5 (or 0xF608C5) is known color: Shocking Pink. HEX triplet: F6, 08 and C5. RGB value is (246,8,197). Sum of RGB (Red+Green+Blue) = 246+8+197=451 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.55% from 451); Green value is 8 (3.52% from 255 or 1.77% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 246 - color contains mainly: red. Hex color #F608C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F608C5 is #09F73A. Grayscale: #646464. Windows color (decimal): -653115 or 12912886. OLE color: 12912886.

HSL color Cylindrical-coordinate representation of color #F608C5: hue angle of 312.35º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F608C5 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 8 197 -
CMYK 0 0.97 0.20 0.04
HSL 312.35º 0.94% 0.5% -
HSV(B) 312.35º 0.97% 0.96% -
XYZ 48.17 23.8 54.88 -
YUV 100.71 182.35 231.63 -
System Red Green Blue C M Y K H S L
Decimal 246 8 197 0 0.97 0.20 0.04 312.35 0.94 0.5
Hex F6 8 C5 0 61 14 4 138 5E 32
Octal 366 10 305 0 141 24 4 470 136 62
Binary 11110110 1000 11000101 0 1100001 10100 100 100111000 1011110 110010

Color Harmonies of #F608C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F608C5

Black with #F608C5

Text Example


Text Example

White with #F608C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F608C5; }

 p { color: rgb(246,8,197); }

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

background-color css

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

 a { background-color: rgb(246,8,197); }

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

border-color css

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

 span { border-color: rgb(246,8,197); }

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