Html Css Color HEX #F85BBE Hot Pink

📋 copy color: '#F85BBE'

red 248 ◦ green 91 ◦ blue 190

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

Shades of Hot Pink #F85BBE

Tints of Hot Pink #F85BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.92%

R = 46.88%
G = 17.2%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F85BBE (or 0xF85BBE) is known color: Hot Pink. HEX triplet: F8, 5B and BE. RGB value is (248,91,190). Sum of RGB (Red+Green+Blue) = 248+91+190=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 91 (35.94% from 255 or 17.20% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F85BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85BBE is #07A441. Grayscale: #949494. Windows color (decimal): -500802 or 12475384. OLE color: 12475384.

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

Color convert

RGB 248 91 190 -
CMYK 0 0.63 0.23 0.03
HSL 322.17º 0.92% 0.66% -
HSV(B) 322.17º 0.63% 0.97% -
XYZ 51.75 31.16 52 -
YUV 149.23 151.01 198.45 -
System Red Green Blue C M Y K H S L
Decimal 248 91 190 0 0.63 0.23 0.03 322.17 0.92 0.66
Hex F8 5B BE 0 3F 17 3 142 5C 42
Octal 370 133 276 0 77 27 3 502 134 102
Binary 11111000 1011011 10111110 0 111111 10111 11 101000010 1011100 1000010

Color Harmonies of #F85BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85BBE

Black with #F85BBE

Text Example


Text Example

White with #F85BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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