Html Css Color HEX #F858BA Hot Pink

📋 copy color: '#F858BA'

red 248 ◦ green 88 ◦ blue 186

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

Shades of Hot Pink #F858BA

Tints of Hot Pink #F858BA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.86%

 BLUE value IS 186 (73.05% from 255) = 35.63%

R = 47.51%
G = 16.86%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F858BA (or 0xF858BA) is known color: Hot Pink. HEX triplet: F8, 58 and BA. RGB value is (248,88,186). Sum of RGB (Red+Green+Blue) = 248+88+186=522 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.51% from 522); Green value is 88 (34.77% from 255 or 16.86% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 248 - color contains mainly: red. Hex color #F858BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F858BA is #07A745. Grayscale: #929292. Windows color (decimal): -501574 or 12212472. OLE color: 12212472.

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

Color convert

RGB 248 88 186 -
CMYK 0 0.65 0.25 0.03
HSL 323.25º 0.92% 0.66% -
HSV(B) 323.25º 0.65% 0.97% -
XYZ 51.06 30.48 49.65 -
YUV 147.01 150.01 200.03 -
System Red Green Blue C M Y K H S L
Decimal 248 88 186 0 0.65 0.25 0.03 323.25 0.92 0.66
Hex F8 58 BA 0 41 19 3 143 5C 42
Octal 370 130 272 0 101 31 3 503 134 102
Binary 11111000 1011000 10111010 0 1000001 11001 11 101000011 1011100 1000010

Color Harmonies of #F858BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F858BA

Black with #F858BA

Text Example


Text Example

White with #F858BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F858BA; }

 p { color: rgb(248,88,186); }

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

background-color css

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

 a { background-color: rgb(248,88,186); }

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

border-color css

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

 span { border-color: rgb(248,88,186); }

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