Html Css Color HEX #F860B2 Hot Pink

📋 copy color: '#F860B2'

red 248 ◦ green 96 ◦ blue 178

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

Shades of Hot Pink #F860B2

Tints of Hot Pink #F860B2

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.39%

 BLUE value IS 178 (69.92% from 255) = 34.1%

R = 47.51%
G = 18.39%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F860B2 (or 0xF860B2) is known color: Hot Pink. HEX triplet: F8, 60 and B2. RGB value is (248,96,178). Sum of RGB (Red+Green+Blue) = 248+96+178=522 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.51% from 522); Green value is 96 (37.89% from 255 or 18.39% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 248 - color contains mainly: red. Hex color #F860B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F860B2 is #079F4D. Grayscale: #969696. Windows color (decimal): -499534 or 11690232. OLE color: 11690232.

HSL color Cylindrical-coordinate representation of color #F860B2: hue angle of 327.63º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F860B2 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 96 178 -
CMYK 0 0.61 0.28 0.03
HSL 327.63º 0.92% 0.67% -
HSV(B) 327.63º 0.61% 0.97% -
XYZ 50.93 31.54 45.52 -
YUV 150.8 143.36 197.33 -
System Red Green Blue C M Y K H S L
Decimal 248 96 178 0 0.61 0.28 0.03 327.63 0.92 0.67
Hex F8 60 B2 0 3D 1C 3 148 5C 43
Octal 370 140 262 0 75 34 3 510 134 103
Binary 11111000 1100000 10110010 0 111101 11100 11 101001000 1011100 1000011

Color Harmonies of #F860B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F860B2

Black with #F860B2

Text Example


Text Example

White with #F860B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F860B2; }

 p { color: rgb(248,96,178); }

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

background-color css

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

 a { background-color: rgb(248,96,178); }

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

border-color css

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

 span { border-color: rgb(248,96,178); }

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