Html Css Color HEX #F86293 Brink Pink

📋 copy color: '#F86293'

red 248 ◦ green 98 ◦ blue 147

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

Shades of Brink Pink #F86293

Tints of Brink Pink #F86293

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.88%

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

R = 50.3%
G = 19.88%
B = 29.82%

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

#F86293 (or 0xF86293) is known color: Brink Pink. HEX triplet: F8, 62 and 93. RGB value is (248,98,147). Sum of RGB (Red+Green+Blue) = 248+98+147=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 98 (38.67% from 255 or 19.88% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F86293 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86293 is #079D6C. Grayscale: #949494. Windows color (decimal): -499053 or 9659128. OLE color: 9659128.

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

Color convert

RGB 248 98 147 -
CMYK 0 0.60 0.41 0.03
HSL 340.4º 0.91% 0.68% -
HSV(B) 340.4º 0.6% 0.97% -
XYZ 48.35 30.8 31 -
YUV 148.44 127.2 199.02 -
System Red Green Blue C M Y K H S L
Decimal 248 98 147 0 0.60 0.41 0.03 340.4 0.91 0.68
Hex F8 62 93 0 3C 29 3 154 5B 44
Octal 370 142 223 0 74 51 3 524 133 104
Binary 11111000 1100010 10010011 0 111100 101001 11 101010100 1011011 1000100

Color Harmonies of #F86293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86293

Black with #F86293

Text Example


Text Example

White with #F86293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86293; }

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

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

background-color css

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

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

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

border-color css

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

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

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