Html Css Color HEX #F86283 Brink Pink

📋 copy color: '#F86283'

red 248 ◦ green 98 ◦ blue 131

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

Shades of Brink Pink #F86283

Tints of Brink Pink #F86283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.46%

R = 51.99%
G = 20.55%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F86283 (or 0xF86283) is known color: Brink Pink. HEX triplet: F8, 62 and 83. RGB value is (248,98,131). Sum of RGB (Red+Green+Blue) = 248+98+131=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F86283 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86283 is #079D7C. Grayscale: #929292. Windows color (decimal): -499069 or 8610552. OLE color: 8610552.

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

Color convert

RGB 248 98 131 -
CMYK 0 0.60 0.47 0.03
HSL 346.8º 0.91% 0.68% -
HSV(B) 346.8º 0.6% 0.97% -
XYZ 47.18 30.33 24.84 -
YUV 146.61 119.2 200.32 -
System Red Green Blue C M Y K H S L
Decimal 248 98 131 0 0.60 0.47 0.03 346.8 0.91 0.68
Hex F8 62 83 0 3C 2F 3 15B 5B 44
Octal 370 142 203 0 74 57 3 533 133 104
Binary 11111000 1100010 10000011 0 111100 101111 11 101011011 1011011 1000100

Color Harmonies of #F86283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86283

Black with #F86283

Text Example


Text Example

White with #F86283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86283; }

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

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

background-color css

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

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

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

border-color css

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

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

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