Html Css Color HEX #F607BD Shocking Pink

📋 copy color: '#F607BD'

red 246 ◦ green 7 ◦ blue 189

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

Shades of Shocking Pink #F607BD

Tints of Shocking Pink #F607BD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.58%

 BLUE value IS 189 (74.22% from 255) = 42.76%

R = 55.66%
G = 1.58%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F607BD (or 0xF607BD) is known color: Shocking Pink. HEX triplet: F6, 07 and BD. RGB value is (246,7,189). Sum of RGB (Red+Green+Blue) = 246+7+189=442 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.66% from 442); Green value is 7 (3.12% from 255 or 1.58% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 246 - color contains mainly: red. Hex color #F607BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F607BD is #09F842. Grayscale: #626262. Windows color (decimal): -653379 or 12388342. OLE color: 12388342.

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

Color convert

RGB 246 7 189 -
CMYK 0 0.97 0.23 0.04
HSL 314.31º 0.94% 0.5% -
HSV(B) 314.31º 0.97% 0.96% -
XYZ 47.27 23.42 50.17 -
YUV 99.21 178.68 232.7 -
System Red Green Blue C M Y K H S L
Decimal 246 7 189 0 0.97 0.23 0.04 314.31 0.94 0.5
Hex F6 7 BD 0 61 17 4 13A 5E 32
Octal 366 7 275 0 141 27 4 472 136 62
Binary 11110110 111 10111101 0 1100001 10111 100 100111010 1011110 110010

Color Harmonies of #F607BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F607BD

Black with #F607BD

Text Example


Text Example

White with #F607BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F607BD; }

 p { color: rgb(246,7,189); }

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

background-color css

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

 a { background-color: rgb(246,7,189); }

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

border-color css

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

 span { border-color: rgb(246,7,189); }

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