Html Css Color HEX #F965BA Hot Pink

📋 copy color: '#F965BA'

red 249 ◦ green 101 ◦ blue 186

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

Shades of Hot Pink #F965BA

Tints of Hot Pink #F965BA

RGB

 RED value IS 249 (97.66% from 255) = 46.46%

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

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

R = 46.46%
G = 18.84%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F965BA (or 0xF965BA) is known color: Hot Pink. HEX triplet: F9, 65 and BA. RGB value is (249,101,186). Sum of RGB (Red+Green+Blue) = 249+101+186=536 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.46% from 536); Green value is 101 (39.84% from 255 or 18.84% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 249 - color contains mainly: red. Hex color #F965BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F965BA is #069A45. Grayscale: #9A9A9A. Windows color (decimal): -432710 or 12215801. OLE color: 12215801.

HSL color Cylindrical-coordinate representation of color #F965BA: hue angle of 325.54º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F965BA is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 101 186 -
CMYK 0 0.59 0.25 0.02
HSL 325.54º 0.93% 0.69% -
HSV(B) 325.54º 0.59% 0.98% -
XYZ 52.58 32.99 50.05 -
YUV 154.94 145.53 195.09 -
System Red Green Blue C M Y K H S L
Decimal 249 101 186 0 0.59 0.25 0.02 325.54 0.93 0.69
Hex F9 65 BA 0 3B 19 2 146 5C 45
Octal 371 145 272 0 73 31 2 506 134 105
Binary 11111001 1100101 10111010 0 111011 11001 10 101000110 1011100 1000101

Color Harmonies of #F965BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F965BA

Black with #F965BA

Text Example


Text Example

White with #F965BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F965BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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