Html Css Color HEX #F965B5 Hot Pink

📋 copy color: '#F965B5'

red 249 ◦ green 101 ◦ blue 181

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

Shades of Hot Pink #F965B5

Tints of Hot Pink #F965B5

RGB

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

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

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

R = 46.89%
G = 19.02%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#F965B5 (or 0xF965B5) is known color: Hot Pink. HEX triplet: F9, 65 and B5. RGB value is (249,101,181). Sum of RGB (Red+Green+Blue) = 249+101+181=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F965B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F965B5 is #069A4A. Grayscale: #9A9A9A. Windows color (decimal): -432715 or 11888121. OLE color: 11888121.

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

Color convert

RGB 249 101 181 -
CMYK 0 0.59 0.27 0.02
HSL 327.57º 0.93% 0.69% -
HSV(B) 327.57º 0.59% 0.98% -
XYZ 52.06 32.78 47.3 -
YUV 154.37 143.03 195.5 -
System Red Green Blue C M Y K H S L
Decimal 249 101 181 0 0.59 0.27 0.02 327.57 0.93 0.69
Hex F9 65 B5 0 3B 1B 2 148 5C 45
Octal 371 145 265 0 73 33 2 510 134 105
Binary 11111001 1100101 10110101 0 111011 11011 10 101001000 1011100 1000101

Color Harmonies of #F965B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F965B5

Black with #F965B5

Text Example


Text Example

White with #F965B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F965B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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