Html Css Color HEX #F858BD Hot Pink

📋 copy color: '#F858BD'

red 248 ◦ green 88 ◦ blue 189

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

Shades of Hot Pink #F858BD

Tints of Hot Pink #F858BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36%

R = 47.24%
G = 16.76%
B = 36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F858BD (or 0xF858BD) is known color: Hot Pink. HEX triplet: F8, 58 and BD. RGB value is (248,88,189). Sum of RGB (Red+Green+Blue) = 248+88+189=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 88 (34.77% from 255 or 16.76% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F858BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F858BD is #07A742. Grayscale: #939393. Windows color (decimal): -501571 or 12409080. OLE color: 12409080.

HSL color Cylindrical-coordinate representation of color #F858BD: hue angle of 322.12º 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 #F858BD is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 88 189 -
CMYK 0 0.65 0.24 0.03
HSL 322.13º 0.92% 0.66% -
HSV(B) 322.13º 0.65% 0.97% -
XYZ 51.39 30.61 51.34 -
YUV 147.35 151.51 199.79 -
System Red Green Blue C M Y K H S L
Decimal 248 88 189 0 0.65 0.24 0.03 322.13 0.92 0.66
Hex F8 58 BD 0 41 18 3 142 5C 42
Octal 370 130 275 0 101 30 3 502 134 102
Binary 11111000 1011000 10111101 0 1000001 11000 11 101000010 1011100 1000010

Color Harmonies of #F858BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F858BD

Black with #F858BD

Text Example


Text Example

White with #F858BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F858BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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