Html Css Color HEX #F650BD Hot Pink

📋 copy color: '#F650BD'

red 246 ◦ green 80 ◦ blue 189

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

Shades of Hot Pink #F650BD

Tints of Hot Pink #F650BD

RGB

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

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

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

R = 47.77%
G = 15.53%
B = 36.7%

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

#F650BD (or 0xF650BD) is known color: Hot Pink. HEX triplet: F6, 50 and BD. RGB value is (246,80,189). Sum of RGB (Red+Green+Blue) = 246+80+189=515 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.77% from 515); Green value is 80 (31.64% from 255 or 15.53% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 246 - color contains mainly: red. Hex color #F650BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F650BD is #09AF42. Grayscale: #8D8D8D. Windows color (decimal): -634691 or 12407030. OLE color: 12407030.

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

Color convert

RGB 246 80 189 -
CMYK 0 0.67 0.23 0.04
HSL 320.6º 0.9% 0.64% -
HSV(B) 320.6º 0.67% 0.96% -
XYZ 50.06 29 51.1 -
YUV 142.06 154.5 202.14 -
System Red Green Blue C M Y K H S L
Decimal 246 80 189 0 0.67 0.23 0.04 320.6 0.9 0.64
Hex F6 50 BD 0 43 17 4 141 5A 40
Octal 366 120 275 0 103 27 4 501 132 100
Binary 11110110 1010000 10111101 0 1000011 10111 100 101000001 1011010 1000000

Color Harmonies of #F650BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F650BD

Black with #F650BD

Text Example


Text Example

White with #F650BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F650BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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