Html Css Color HEX #F606BC Shocking Pink

📋 copy color: '#F606BC'

red 246 ◦ green 6 ◦ blue 188

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

Shades of Shocking Pink #F606BC

Tints of Shocking Pink #F606BC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.36%

 BLUE value IS 188 (73.83% from 255) = 42.73%

R = 55.91%
G = 1.36%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F606BC (or 0xF606BC) is known color: Shocking Pink. HEX triplet: F6, 06 and BC. RGB value is (246,6,188). Sum of RGB (Red+Green+Blue) = 246+6+188=440 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.91% from 440); Green value is 6 (2.73% from 255 or 1.36% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 246 - color contains mainly: red. Hex color #F606BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F606BC is #09F943. Grayscale: #626262. Windows color (decimal): -653636 or 12322550. OLE color: 12322550.

HSL color Cylindrical-coordinate representation of color #F606BC: hue angle of 314.5º degrees, saturation: 0.95, 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 #F606BC is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 6 188 -
CMYK 0 0.98 0.24 0.04
HSL 314.5º 0.95% 0.49% -
HSV(B) 314.5º 0.98% 0.96% -
XYZ 47.15 23.35 49.6 -
YUV 98.51 178.51 233.2 -
System Red Green Blue C M Y K H S L
Decimal 246 6 188 0 0.98 0.24 0.04 314.5 0.95 0.49
Hex F6 6 BC 0 62 18 4 13A 5F 31
Octal 366 6 274 0 142 30 4 472 137 61
Binary 11110110 110 10111100 0 1100010 11000 100 100111010 1011111 110001

Color Harmonies of #F606BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F606BC

Black with #F606BC

Text Example


Text Example

White with #F606BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F606BC; }

 p { color: rgb(246,6,188); }

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

background-color css

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

 a { background-color: rgb(246,6,188); }

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

border-color css

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

 span { border-color: rgb(246,6,188); }

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