Html Css Color HEX #F963BC Hot Pink

📋 copy color: '#F963BC'

red 249 ◦ green 99 ◦ blue 188

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

Shades of Hot Pink #F963BC

Tints of Hot Pink #F963BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.07%

R = 46.46%
G = 18.47%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F963BC (or 0xF963BC) is known color: Hot Pink. HEX triplet: F9, 63 and BC. RGB value is (249,99,188). Sum of RGB (Red+Green+Blue) = 249+99+188=536 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.46% from 536); Green value is 99 (39.06% from 255 or 18.47% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 249 - color contains mainly: red. Hex color #F963BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F963BC is #069C43. Grayscale: #999999. Windows color (decimal): -433220 or 12346361. OLE color: 12346361.

HSL color Cylindrical-coordinate representation of color #F963BC: hue angle of 324.4º 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 #F963BC is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 99 188 -
CMYK 0 0.60 0.24 0.02
HSL 324.4º 0.93% 0.68% -
HSV(B) 324.4º 0.6% 0.98% -
XYZ 52.61 32.69 51.11 -
YUV 154 147.2 195.76 -
System Red Green Blue C M Y K H S L
Decimal 249 99 188 0 0.60 0.24 0.02 324.4 0.93 0.68
Hex F9 63 BC 0 3C 18 2 144 5D 44
Octal 371 143 274 0 74 30 2 504 135 104
Binary 11111001 1100011 10111100 0 111100 11000 10 101000100 1011101 1000100

Color Harmonies of #F963BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F963BC

Black with #F963BC

Text Example


Text Example

White with #F963BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F963BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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