Html Css Color HEX #F965B9 Hot Pink

📋 copy color: '#F965B9'

red 249 ◦ green 101 ◦ blue 185

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

Shades of Hot Pink #F965B9

Tints of Hot Pink #F965B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.58%

R = 46.54%
G = 18.88%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F965B9 (or 0xF965B9) is known color: Hot Pink. HEX triplet: F9, 65 and B9. RGB value is (249,101,185). Sum of RGB (Red+Green+Blue) = 249+101+185=535 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.54% from 535); Green value is 101 (39.84% from 255 or 18.88% from 535); Blue value is 185 (72.66% from 255 or 34.58% from 535); Max value from RGB is 249 - color contains mainly: red. Hex color #F965B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F965B9 is #069A46. Grayscale: #9A9A9A. Windows color (decimal): -432711 or 12150265. OLE color: 12150265.

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

Color convert

RGB 249 101 185 -
CMYK 0 0.59 0.26 0.02
HSL 325.95º 0.93% 0.69% -
HSV(B) 325.95º 0.59% 0.98% -
XYZ 52.48 32.95 49.49 -
YUV 154.83 145.03 195.17 -
System Red Green Blue C M Y K H S L
Decimal 249 101 185 0 0.59 0.26 0.02 325.95 0.93 0.69
Hex F9 65 B9 0 3B 1A 2 146 5C 45
Octal 371 145 271 0 73 32 2 506 134 105
Binary 11111001 1100101 10111001 0 111011 11010 10 101000110 1011100 1000101

Color Harmonies of #F965B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F965B9

Black with #F965B9

Text Example


Text Example

White with #F965B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F965B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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