Html Css Color HEX #F85FBA Hot Pink

📋 copy color: '#F85FBA'

red 248 ◦ green 95 ◦ blue 186

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

Shades of Hot Pink #F85FBA

Tints of Hot Pink #F85FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.96%

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

R = 46.88%
G = 17.96%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F85FBA (or 0xF85FBA) is known color: Hot Pink. HEX triplet: F8, 5F and BA. RGB value is (248,95,186). Sum of RGB (Red+Green+Blue) = 248+95+186=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 95 (37.5% from 255 or 17.96% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F85FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85FBA is #07A045. Grayscale: #969696. Windows color (decimal): -499782 or 12214264. OLE color: 12214264.

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

Color convert

RGB 248 95 186 -
CMYK 0 0.62 0.25 0.03
HSL 324.31º 0.92% 0.67% -
HSV(B) 324.31º 0.62% 0.97% -
XYZ 51.67 31.69 49.85 -
YUV 151.12 147.69 197.1 -
System Red Green Blue C M Y K H S L
Decimal 248 95 186 0 0.62 0.25 0.03 324.31 0.92 0.67
Hex F8 5F BA 0 3E 19 3 144 5C 43
Octal 370 137 272 0 76 31 3 504 134 103
Binary 11111000 1011111 10111010 0 111110 11001 11 101000100 1011100 1000011

Color Harmonies of #F85FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85FBA

Black with #F85FBA

Text Example


Text Example

White with #F85FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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