Html Css Color HEX #F86ABA Hot Pink

📋 copy color: '#F86ABA'

red 248 ◦ green 106 ◦ blue 186

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

Shades of Hot Pink #F86ABA

Tints of Hot Pink #F86ABA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.63%

 BLUE value IS 186 (73.05% from 255) = 34.44%

R = 45.93%
G = 19.63%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F86ABA (or 0xF86ABA) is known color: Hot Pink. HEX triplet: F8, 6A and BA. RGB value is (248,106,186). Sum of RGB (Red+Green+Blue) = 248+106+186=540 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.93% from 540); Green value is 106 (41.80% from 255 or 19.63% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 248 - color contains mainly: red. Hex color #F86ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86ABA is #079545. Grayscale: #9D9D9D. Windows color (decimal): -496966 or 12217080. OLE color: 12217080.

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

Color convert

RGB 248 106 186 -
CMYK 0 0.57 0.25 0.03
HSL 326.2º 0.91% 0.69% -
HSV(B) 326.2º 0.57% 0.97% -
XYZ 52.73 33.81 50.2 -
YUV 157.58 144.04 192.5 -
System Red Green Blue C M Y K H S L
Decimal 248 106 186 0 0.57 0.25 0.03 326.2 0.91 0.69
Hex F8 6A BA 0 39 19 3 146 5B 45
Octal 370 152 272 0 71 31 3 506 133 105
Binary 11111000 1101010 10111010 0 111001 11001 11 101000110 1011011 1000101

Color Harmonies of #F86ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86ABA

Black with #F86ABA

Text Example


Text Example

White with #F86ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86ABA; }

 p { color: rgb(248,106,186); }

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

background-color css

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

 a { background-color: rgb(248,106,186); }

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

border-color css

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

 span { border-color: rgb(248,106,186); }

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