Html Css Color HEX #F865B9 Hot Pink

📋 copy color: '#F865B9'

red 248 ◦ green 101 ◦ blue 185

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

Shades of Hot Pink #F865B9

Tints of Hot Pink #F865B9

RGB

 RED value IS 248 (97.27% from 255) = 46.44%

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

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

R = 46.44%
G = 18.91%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F865B9 (or 0xF865B9) is known color: Hot Pink. HEX triplet: F8, 65 and B9. RGB value is (248,101,185). Sum of RGB (Red+Green+Blue) = 248+101+185=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 185 (72.66% from 255 or 34.64% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F865B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F865B9 is #079A46. Grayscale: #9A9A9A. Windows color (decimal): -498247 or 12150264. OLE color: 12150264.

HSL color Cylindrical-coordinate representation of color #F865B9: hue angle of 325.71º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F865B9 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 101 185 -
CMYK 0 0.59 0.25 0.03
HSL 325.71º 0.91% 0.68% -
HSV(B) 325.71º 0.59% 0.97% -
XYZ 52.12 32.77 49.48 -
YUV 154.53 145.2 194.67 -
System Red Green Blue C M Y K H S L
Decimal 248 101 185 0 0.59 0.25 0.03 325.71 0.91 0.68
Hex F8 65 B9 0 3B 19 3 146 5B 44
Octal 370 145 271 0 73 31 3 506 133 104
Binary 11111000 1100101 10111001 0 111011 11001 11 101000110 1011011 1000100

Color Harmonies of #F865B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F865B9

Black with #F865B9

Text Example


Text Example

White with #F865B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F865B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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