Html Css Color HEX #F650BE Hot Pink

📋 copy color: '#F650BE'

red 246 ◦ green 80 ◦ blue 190

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

Shades of Hot Pink #F650BE

Tints of Hot Pink #F650BE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.5%

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

R = 47.67%
G = 15.5%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F650BE (or 0xF650BE) is known color: Hot Pink. HEX triplet: F6, 50 and BE. RGB value is (246,80,190). Sum of RGB (Red+Green+Blue) = 246+80+190=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 246 - color contains mainly: red. Hex color #F650BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F650BE is #09AF41. Grayscale: #8D8D8D. Windows color (decimal): -634690 or 12472566. OLE color: 12472566.

HSL color Cylindrical-coordinate representation of color #F650BE: hue angle of 320.24º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F650BE is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 80 190 -
CMYK 0 0.67 0.23 0.04
HSL 320.24º 0.9% 0.64% -
HSV(B) 320.24º 0.67% 0.96% -
XYZ 50.17 29.05 51.68 -
YUV 142.17 155 202.06 -
System Red Green Blue C M Y K H S L
Decimal 246 80 190 0 0.67 0.23 0.04 320.24 0.9 0.64
Hex F6 50 BE 0 43 17 4 140 5A 40
Octal 366 120 276 0 103 27 4 500 132 100
Binary 11110110 1010000 10111110 0 1000011 10111 100 101000000 1011010 1000000

Color Harmonies of #F650BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F650BE

Black with #F650BE

Text Example


Text Example

White with #F650BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F650BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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