Html Css Color HEX #F855BB Hot Pink

📋 copy color: '#F855BB'

red 248 ◦ green 85 ◦ blue 187

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

Shades of Hot Pink #F855BB

Tints of Hot Pink #F855BB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.35%

 BLUE value IS 187 (73.44% from 255) = 35.96%

R = 47.69%
G = 16.35%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F855BB (or 0xF855BB) is known color: Hot Pink. HEX triplet: F8, 55 and BB. RGB value is (248,85,187). Sum of RGB (Red+Green+Blue) = 248+85+187=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 85 (33.59% from 255 or 16.35% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F855BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F855BB is #07AA44. Grayscale: #919191. Windows color (decimal): -502341 or 12277240. OLE color: 12277240.

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

Color convert

RGB 248 85 187 -
CMYK 0 0.66 0.25 0.03
HSL 322.45º 0.92% 0.65% -
HSV(B) 322.45º 0.66% 0.97% -
XYZ 50.93 30.04 50.13 -
YUV 145.37 151.5 201.21 -
System Red Green Blue C M Y K H S L
Decimal 248 85 187 0 0.66 0.25 0.03 322.45 0.92 0.65
Hex F8 55 BB 0 42 19 3 142 5C 41
Octal 370 125 273 0 102 31 3 502 134 101
Binary 11111000 1010101 10111011 0 1000010 11001 11 101000010 1011100 1000001

Color Harmonies of #F855BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F855BB

Black with #F855BB

Text Example


Text Example

White with #F855BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F855BB; }

 p { color: rgb(248,85,187); }

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

background-color css

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

 a { background-color: rgb(248,85,187); }

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

border-color css

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

 span { border-color: rgb(248,85,187); }

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