Html Css Color HEX #F86393 Brink Pink

📋 copy color: '#F86393'

red 248 ◦ green 99 ◦ blue 147

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

Shades of Brink Pink #F86393

Tints of Brink Pink #F86393

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.04%

 BLUE value IS 147 (57.81% from 255) = 29.76%

R = 50.2%
G = 20.04%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F86393 (or 0xF86393) is known color: Brink Pink. HEX triplet: F8, 63 and 93. RGB value is (248,99,147). Sum of RGB (Red+Green+Blue) = 248+99+147=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F86393 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86393 is #079C6C. Grayscale: #949494. Windows color (decimal): -498797 or 9659384. OLE color: 9659384.

HSL color Cylindrical-coordinate representation of color #F86393: hue angle of 340.67º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F86393 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 99 147 -
CMYK 0 0.60 0.41 0.03
HSL 340.67º 0.91% 0.68% -
HSV(B) 340.67º 0.6% 0.97% -
XYZ 48.44 30.99 31.03 -
YUV 149.02 126.86 198.6 -
System Red Green Blue C M Y K H S L
Decimal 248 99 147 0 0.60 0.41 0.03 340.67 0.91 0.68
Hex F8 63 93 0 3C 29 3 155 5B 44
Octal 370 143 223 0 74 51 3 525 133 104
Binary 11111000 1100011 10010011 0 111100 101001 11 101010101 1011011 1000100

Color Harmonies of #F86393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86393

Black with #F86393

Text Example


Text Example

White with #F86393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86393; }

 p { color: rgb(248,99,147); }

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

background-color css

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

 a { background-color: rgb(248,99,147); }

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

border-color css

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

 span { border-color: rgb(248,99,147); }

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