Html Css Color HEX #F86983 Brink Pink

📋 copy color: '#F86983'

red 248 ◦ green 105 ◦ blue 131

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

Shades of Brink Pink #F86983

Tints of Brink Pink #F86983

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.69%

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

R = 51.24%
G = 21.69%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F86983 (or 0xF86983) is known color: Brink Pink. HEX triplet: F8, 69 and 83. RGB value is (248,105,131). Sum of RGB (Red+Green+Blue) = 248+105+131=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 131 (51.56% from 255 or 27.07% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F86983 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86983 is #07967C. Grayscale: #969696. Windows color (decimal): -497277 or 8612344. OLE color: 8612344.

HSL color Cylindrical-coordinate representation of color #F86983: hue angle of 349.09º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F86983 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 105 131 -
CMYK 0 0.58 0.47 0.03
HSL 349.09º 0.91% 0.69% -
HSV(B) 349.09º 0.58% 0.97% -
XYZ 47.86 31.7 25.07 -
YUV 150.72 116.88 197.39 -
System Red Green Blue C M Y K H S L
Decimal 248 105 131 0 0.58 0.47 0.03 349.09 0.91 0.69
Hex F8 69 83 0 3A 2F 3 15D 5B 45
Octal 370 151 203 0 72 57 3 535 133 105
Binary 11111000 1101001 10000011 0 111010 101111 11 101011101 1011011 1000101

Color Harmonies of #F86983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86983

Black with #F86983

Text Example


Text Example

White with #F86983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86983; }

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

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

background-color css

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

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

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

border-color css

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

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

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