Html Css Color HEX #F85DBA Hot Pink

📋 copy color: '#F85DBA'

red 248 ◦ green 93 ◦ blue 186

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

Shades of Hot Pink #F85DBA

Tints of Hot Pink #F85DBA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.65%

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

R = 47.06%
G = 17.65%
B = 35.29%

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

#F85DBA (or 0xF85DBA) is known color: Hot Pink. HEX triplet: F8, 5D and BA. RGB value is (248,93,186). Sum of RGB (Red+Green+Blue) = 248+93+186=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 93 (36.72% from 255 or 17.65% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F85DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85DBA is #07A245. Grayscale: #959595. Windows color (decimal): -500294 or 12213752. OLE color: 12213752.

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

Color convert

RGB 248 93 186 -
CMYK 0 0.62 0.25 0.03
HSL 324º 0.92% 0.67% -
HSV(B) 324º 0.63% 0.97% -
XYZ 51.49 31.33 49.79 -
YUV 149.95 148.35 197.94 -
System Red Green Blue C M Y K H S L
Decimal 248 93 186 0 0.62 0.25 0.03 324 0.92 0.67
Hex F8 5D BA 0 3E 19 3 144 5C 43
Octal 370 135 272 0 76 31 3 504 134 103
Binary 11111000 1011101 10111010 0 111110 11001 11 101000100 1011100 1000011

Color Harmonies of #F85DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85DBA

Black with #F85DBA

Text Example


Text Example

White with #F85DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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