Html Css Color HEX #F85ABC Hot Pink

📋 copy color: '#F85ABC'

red 248 ◦ green 90 ◦ blue 188

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

Shades of Hot Pink #F85ABC

Tints of Hot Pink #F85ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.74%

R = 47.15%
G = 17.11%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F85ABC (or 0xF85ABC) is known color: Hot Pink. HEX triplet: F8, 5A and BC. RGB value is (248,90,188). Sum of RGB (Red+Green+Blue) = 248+90+188=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 90 (35.55% from 255 or 17.11% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 248 - color contains mainly: red. Hex color #F85ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85ABC is #07A543. Grayscale: #949494. Windows color (decimal): -501060 or 12344056. OLE color: 12344056.

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

Color convert

RGB 248 90 188 -
CMYK 0 0.64 0.24 0.03
HSL 322.78º 0.92% 0.66% -
HSV(B) 322.78º 0.64% 0.97% -
XYZ 51.44 30.9 50.83 -
YUV 148.41 150.35 199.03 -
System Red Green Blue C M Y K H S L
Decimal 248 90 188 0 0.64 0.24 0.03 322.78 0.92 0.66
Hex F8 5A BC 0 40 18 3 143 5C 42
Octal 370 132 274 0 100 30 3 503 134 102
Binary 11111000 1011010 10111100 0 1000000 11000 11 101000011 1011100 1000010

Color Harmonies of #F85ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85ABC

Black with #F85ABC

Text Example


Text Example

White with #F85ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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