Html Css Color HEX #F601BE Shocking Pink

📋 copy color: '#F601BE'

red 246 ◦ green 1 ◦ blue 190

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

Shades of Shocking Pink #F601BE

Tints of Shocking Pink #F601BE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

 BLUE value IS 190 (74.61% from 255) = 43.48%

R = 56.29%
G = 0.23%
B = 43.48%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F601BE (or 0xF601BE) is known color: Shocking Pink. HEX triplet: F6, 01 and BE. RGB value is (246,1,190). Sum of RGB (Red+Green+Blue) = 246+1+190=437 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.29% from 437); Green value is 1 (0.78% from 255 or 0.23% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 246 - color contains mainly: red. Hex color #F601BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F601BE is #09FE41. Grayscale: #5F5F5F. Windows color (decimal): -654914 or 12452342. OLE color: 12452342.

HSL color Cylindrical-coordinate representation of color #F601BE: hue angle of 313.71º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F601BE is Cyan = 0, Magento = 1.00, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 1 190 -
CMYK 0 1.00 0.23 0.04
HSL 313.71º 0.99% 0.48% -
HSV(B) 313.71º 1% 0.96% -
XYZ 47.31 23.33 50.73 -
YUV 95.8 181.17 235.13 -
System Red Green Blue C M Y K H S L
Decimal 246 1 190 0 1.00 0.23 0.04 313.71 0.99 0.48
Hex F6 1 BE 0 64 17 4 13A 63 30
Octal 366 1 276 0 144 27 4 472 143 60
Binary 11110110 1 10111110 0 1100100 10111 100 100111010 1100011 110000

Color Harmonies of #F601BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F601BE

Black with #F601BE

Text Example


Text Example

White with #F601BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F601BE; }

 p { color: rgb(246,1,190); }

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

background-color css

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

 a { background-color: rgb(246,1,190); }

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

border-color css

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

 span { border-color: rgb(246,1,190); }

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