Html Css Color HEX #F605C1 Shocking Pink

📋 copy color: '#F605C1'

red 246 ◦ green 5 ◦ blue 193

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

Shades of Shocking Pink #F605C1

Tints of Shocking Pink #F605C1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.13%

 BLUE value IS 193 (75.78% from 255) = 43.47%

R = 55.41%
G = 1.13%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F605C1 (or 0xF605C1) is known color: Shocking Pink. HEX triplet: F6, 05 and C1. RGB value is (246,5,193). Sum of RGB (Red+Green+Blue) = 246+5+193=444 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.41% from 444); Green value is 5 (2.34% from 255 or 1.13% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 246 - color contains mainly: red. Hex color #F605C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F605C1 is #09FA3E. Grayscale: #616161. Windows color (decimal): -653887 or 12649974. OLE color: 12649974.

HSL color Cylindrical-coordinate representation of color #F605C1: hue angle of 313.2º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F605C1 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 5 193 -
CMYK 0 0.98 0.22 0.04
HSL 313.2º 0.96% 0.49% -
HSV(B) 313.2º 0.98% 0.96% -
XYZ 47.69 23.55 52.48 -
YUV 98.49 181.34 233.21 -
System Red Green Blue C M Y K H S L
Decimal 246 5 193 0 0.98 0.22 0.04 313.2 0.96 0.49
Hex F6 5 C1 0 62 16 4 139 60 31
Octal 366 5 301 0 142 26 4 471 140 61
Binary 11110110 101 11000001 0 1100010 10110 100 100111001 1100000 110001

Color Harmonies of #F605C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F605C1

Black with #F605C1

Text Example


Text Example

White with #F605C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F605C1; }

 p { color: rgb(246,5,193); }

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

background-color css

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

 a { background-color: rgb(246,5,193); }

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

border-color css

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

 span { border-color: rgb(246,5,193); }

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