Html Css Color HEX #F86383 Brink Pink

📋 copy color: '#F86383'

red 248 ◦ green 99 ◦ blue 131

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

Shades of Brink Pink #F86383

Tints of Brink Pink #F86383

RGB

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

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

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

R = 51.88%
G = 20.71%
B = 27.41%

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

#F86383 (or 0xF86383) is known color: Brink Pink. HEX triplet: F8, 63 and 83. RGB value is (248,99,131). Sum of RGB (Red+Green+Blue) = 248+99+131=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F86383 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86383 is #079C7C. Grayscale: #939393. Windows color (decimal): -498813 or 8610808. OLE color: 8610808.

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

Color convert

RGB 248 99 131 -
CMYK 0 0.60 0.47 0.03
HSL 347.11º 0.91% 0.68% -
HSV(B) 347.11º 0.6% 0.97% -
XYZ 47.27 30.52 24.87 -
YUV 147.2 118.86 199.9 -
System Red Green Blue C M Y K H S L
Decimal 248 99 131 0 0.60 0.47 0.03 347.11 0.91 0.68
Hex F8 63 83 0 3C 2F 3 15B 5B 44
Octal 370 143 203 0 74 57 3 533 133 104
Binary 11111000 1100011 10000011 0 111100 101111 11 101011011 1011011 1000100

Color Harmonies of #F86383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86383

Black with #F86383

Text Example


Text Example

White with #F86383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86383; }

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

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

background-color css

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

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

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

border-color css

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

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

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