Html Css Color HEX #F85AB3 Hot Pink

📋 copy color: '#F85AB3'

red 248 ◦ green 90 ◦ blue 179

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

Shades of Hot Pink #F85AB3

Tints of Hot Pink #F85AB3

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.41%

 BLUE value IS 179 (70.31% from 255) = 34.62%

R = 47.97%
G = 17.41%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F85AB3 (or 0xF85AB3) is known color: Hot Pink. HEX triplet: F8, 5A and B3. RGB value is (248,90,179). Sum of RGB (Red+Green+Blue) = 248+90+179=517 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.97% from 517); Green value is 90 (35.55% from 255 or 17.41% from 517); Blue value is 179 (70.31% from 255 or 34.62% from 517); Max value from RGB is 248 - color contains mainly: red. Hex color #F85AB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85AB3 is #07A54C. Grayscale: #939393. Windows color (decimal): -501069 or 11754232. OLE color: 11754232.

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

Color convert

RGB 248 90 179 -
CMYK 0 0.64 0.28 0.03
HSL 326.2º 0.92% 0.66% -
HSV(B) 326.2º 0.64% 0.97% -
XYZ 50.5 30.52 45.88 -
YUV 147.39 145.85 199.76 -
System Red Green Blue C M Y K H S L
Decimal 248 90 179 0 0.64 0.28 0.03 326.2 0.92 0.66
Hex F8 5A B3 0 40 1C 3 146 5C 42
Octal 370 132 263 0 100 34 3 506 134 102
Binary 11111000 1011010 10110011 0 1000000 11100 11 101000110 1011100 1000010

Color Harmonies of #F85AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85AB3

Black with #F85AB3

Text Example


Text Example

White with #F85AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85AB3; }

 p { color: rgb(248,90,179); }

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

background-color css

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

 a { background-color: rgb(248,90,179); }

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

border-color css

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

 span { border-color: rgb(248,90,179); }

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