Html Css Color HEX #F665BA Hot Pink

📋 copy color: '#F665BA'

red 246 ◦ green 101 ◦ blue 186

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

Shades of Hot Pink #F665BA

Tints of Hot Pink #F665BA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.95%

 BLUE value IS 186 (73.05% from 255) = 34.9%

R = 46.15%
G = 18.95%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F665BA (or 0xF665BA) is known color: Hot Pink. HEX triplet: F6, 65 and BA. RGB value is (246,101,186). Sum of RGB (Red+Green+Blue) = 246+101+186=533 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.15% from 533); Green value is 101 (39.84% from 255 or 18.95% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 246 - color contains mainly: red. Hex color #F665BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F665BA is #099A45. Grayscale: #999999. Windows color (decimal): -629318 or 12215798. OLE color: 12215798.

HSL color Cylindrical-coordinate representation of color #F665BA: hue angle of 324.83º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F665BA is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 101 186 -
CMYK 0 0.59 0.24 0.04
HSL 324.83º 0.89% 0.68% -
HSV(B) 324.83º 0.59% 0.96% -
XYZ 51.52 32.45 50 -
YUV 154.05 146.04 193.59 -
System Red Green Blue C M Y K H S L
Decimal 246 101 186 0 0.59 0.24 0.04 324.83 0.89 0.68
Hex F6 65 BA 0 3B 18 4 145 59 44
Octal 366 145 272 0 73 30 4 505 131 104
Binary 11110110 1100101 10111010 0 111011 11000 100 101000101 1011001 1000100

Color Harmonies of #F665BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F665BA

Black with #F665BA

Text Example


Text Example

White with #F665BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F665BA; }

 p { color: rgb(246,101,186); }

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

background-color css

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

 a { background-color: rgb(246,101,186); }

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

border-color css

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

 span { border-color: rgb(246,101,186); }

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