Html Css Color HEX #F963BA Hot Pink

📋 copy color: '#F963BA'

red 249 ◦ green 99 ◦ blue 186

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

Shades of Hot Pink #F963BA

Tints of Hot Pink #F963BA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.54%

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

R = 46.63%
G = 18.54%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F963BA (or 0xF963BA) is known color: Hot Pink. HEX triplet: F9, 63 and BA. RGB value is (249,99,186). Sum of RGB (Red+Green+Blue) = 249+99+186=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 99 (39.06% from 255 or 18.54% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 249 - color contains mainly: red. Hex color #F963BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F963BA is #069C45. Grayscale: #999999. Windows color (decimal): -433222 or 12215289. OLE color: 12215289.

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

Color convert

RGB 249 99 186 -
CMYK 0 0.60 0.25 0.02
HSL 325.2º 0.93% 0.68% -
HSV(B) 325.2º 0.6% 0.98% -
XYZ 52.39 32.61 49.99 -
YUV 153.77 146.2 195.93 -
System Red Green Blue C M Y K H S L
Decimal 249 99 186 0 0.60 0.25 0.02 325.2 0.93 0.68
Hex F9 63 BA 0 3C 19 2 145 5D 44
Octal 371 143 272 0 74 31 2 505 135 104
Binary 11111001 1100011 10111010 0 111100 11001 10 101000101 1011101 1000100

Color Harmonies of #F963BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F963BA

Black with #F963BA

Text Example


Text Example

White with #F963BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F963BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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