Html Css Color HEX #F85ABB Hot Pink

📋 copy color: '#F85ABB'

red 248 ◦ green 90 ◦ blue 187

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

Shades of Hot Pink #F85ABB

Tints of Hot Pink #F85ABB

RGB

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

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

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

R = 47.24%
G = 17.14%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F85ABB (or 0xF85ABB) is known color: Hot Pink. HEX triplet: F8, 5A and BB. RGB value is (248,90,187). Sum of RGB (Red+Green+Blue) = 248+90+187=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 90 (35.55% from 255 or 17.14% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F85ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85ABB is #07A544. Grayscale: #949494. Windows color (decimal): -501061 or 12278520. OLE color: 12278520.

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

Color convert

RGB 248 90 187 -
CMYK 0 0.64 0.25 0.03
HSL 323.16º 0.92% 0.66% -
HSV(B) 323.16º 0.64% 0.97% -
XYZ 51.34 30.86 50.26 -
YUV 148.3 149.85 199.11 -
System Red Green Blue C M Y K H S L
Decimal 248 90 187 0 0.64 0.25 0.03 323.16 0.92 0.66
Hex F8 5A BB 0 40 19 3 143 5C 42
Octal 370 132 273 0 100 31 3 503 134 102
Binary 11111000 1011010 10111011 0 1000000 11001 11 101000011 1011100 1000010

Color Harmonies of #F85ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85ABB

Black with #F85ABB

Text Example


Text Example

White with #F85ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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