Html Css Color HEX #F963B5 Hot Pink

📋 copy color: '#F963B5'

red 249 ◦ green 99 ◦ blue 181

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

Shades of Hot Pink #F963B5

Tints of Hot Pink #F963B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.22%

R = 47.07%
G = 18.71%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#F963B5 (or 0xF963B5) is known color: Hot Pink. HEX triplet: F9, 63 and B5. RGB value is (249,99,181). Sum of RGB (Red+Green+Blue) = 249+99+181=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F963B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F963B5 is #069C4A. Grayscale: #999999. Windows color (decimal): -433227 or 11887609. OLE color: 11887609.

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

Color convert

RGB 249 99 181 -
CMYK 0 0.60 0.27 0.02
HSL 327.2º 0.93% 0.68% -
HSV(B) 327.2º 0.6% 0.98% -
XYZ 51.87 32.4 47.24 -
YUV 153.2 143.7 196.33 -
System Red Green Blue C M Y K H S L
Decimal 249 99 181 0 0.60 0.27 0.02 327.2 0.93 0.68
Hex F9 63 B5 0 3C 1B 2 147 5D 44
Octal 371 143 265 0 74 33 2 507 135 104
Binary 11111001 1100011 10110101 0 111100 11011 10 101000111 1011101 1000100

Color Harmonies of #F963B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F963B5

Black with #F963B5

Text Example


Text Example

White with #F963B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F963B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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