Html Css Color HEX #F86493 Brink Pink

📋 copy color: '#F86493'

red 248 ◦ green 100 ◦ blue 147

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

Shades of Brink Pink #F86493

Tints of Brink Pink #F86493

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.2%

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

R = 50.1%
G = 20.2%
B = 29.7%

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

#F86493 (or 0xF86493) is known color: Brink Pink. HEX triplet: F8, 64 and 93. RGB value is (248,100,147). Sum of RGB (Red+Green+Blue) = 248+100+147=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F86493 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86493 is #079B6C. Grayscale: #959595. Windows color (decimal): -498541 or 9659640. OLE color: 9659640.

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

Color convert

RGB 248 100 147 -
CMYK 0 0.60 0.41 0.03
HSL 340.95º 0.91% 0.68% -
HSV(B) 340.95º 0.6% 0.97% -
XYZ 48.54 31.18 31.06 -
YUV 149.61 126.53 198.18 -
System Red Green Blue C M Y K H S L
Decimal 248 100 147 0 0.60 0.41 0.03 340.95 0.91 0.68
Hex F8 64 93 0 3C 29 3 155 5B 44
Octal 370 144 223 0 74 51 3 525 133 104
Binary 11111000 1100100 10010011 0 111100 101001 11 101010101 1011011 1000100

Color Harmonies of #F86493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86493

Black with #F86493

Text Example


Text Example

White with #F86493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86493; }

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

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

background-color css

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

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

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

border-color css

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

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

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