Html Css Color HEX #F85BBA Hot Pink

📋 copy color: '#F85BBA'

red 248 ◦ green 91 ◦ blue 186

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

Shades of Hot Pink #F85BBA

Tints of Hot Pink #F85BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.33%

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

R = 47.24%
G = 17.33%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F85BBA (or 0xF85BBA) is known color: Hot Pink. HEX triplet: F8, 5B and BA. RGB value is (248,91,186). Sum of RGB (Red+Green+Blue) = 248+91+186=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 91 (35.94% from 255 or 17.33% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F85BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85BBA is #07A445. Grayscale: #949494. Windows color (decimal): -500806 or 12213240. OLE color: 12213240.

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

Color convert

RGB 248 91 186 -
CMYK 0 0.63 0.25 0.03
HSL 323.69º 0.92% 0.66% -
HSV(B) 323.69º 0.63% 0.97% -
XYZ 51.32 30.98 49.73 -
YUV 148.77 149.01 198.78 -
System Red Green Blue C M Y K H S L
Decimal 248 91 186 0 0.63 0.25 0.03 323.69 0.92 0.66
Hex F8 5B BA 0 3F 19 3 144 5C 42
Octal 370 133 272 0 77 31 3 504 134 102
Binary 11111000 1011011 10111010 0 111111 11001 11 101000100 1011100 1000010

Color Harmonies of #F85BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85BBA

Black with #F85BBA

Text Example


Text Example

White with #F85BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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