Html Css Color HEX #F855BE Hot Pink

📋 copy color: '#F855BE'

red 248 ◦ green 85 ◦ blue 190

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

Shades of Hot Pink #F855BE

Tints of Hot Pink #F855BE

RGB

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

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

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

R = 47.42%
G = 16.25%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F855BE (or 0xF855BE) is known color: Hot Pink. HEX triplet: F8, 55 and BE. RGB value is (248,85,190). Sum of RGB (Red+Green+Blue) = 248+85+190=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 85 (33.59% from 255 or 16.25% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 248 - color contains mainly: red. Hex color #F855BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F855BE is #07AA41. Grayscale: #919191. Windows color (decimal): -502338 or 12473848. OLE color: 12473848.

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

Color convert

RGB 248 85 190 -
CMYK 0 0.66 0.23 0.03
HSL 321.35º 0.92% 0.65% -
HSV(B) 321.35º 0.66% 0.97% -
XYZ 51.25 30.17 51.84 -
YUV 145.71 153 200.96 -
System Red Green Blue C M Y K H S L
Decimal 248 85 190 0 0.66 0.23 0.03 321.35 0.92 0.65
Hex F8 55 BE 0 42 17 3 141 5C 41
Octal 370 125 276 0 102 27 3 501 134 101
Binary 11111000 1010101 10111110 0 1000010 10111 11 101000001 1011100 1000001

Color Harmonies of #F855BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F855BE

Black with #F855BE

Text Example


Text Example

White with #F855BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F855BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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