Html Css Color HEX #F86483 Brink Pink

📋 copy color: '#F86483'

red 248 ◦ green 100 ◦ blue 131

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

Shades of Brink Pink #F86483

Tints of Brink Pink #F86483

RGB

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

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

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

R = 51.77%
G = 20.88%
B = 27.35%

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

#F86483 (or 0xF86483) is known color: Brink Pink. HEX triplet: F8, 64 and 83. RGB value is (248,100,131). Sum of RGB (Red+Green+Blue) = 248+100+131=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F86483 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86483 is #079B7C. Grayscale: #939393. Windows color (decimal): -498557 or 8611064. OLE color: 8611064.

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

Color convert

RGB 248 100 131 -
CMYK 0 0.60 0.47 0.03
HSL 347.43º 0.91% 0.68% -
HSV(B) 347.43º 0.6% 0.97% -
XYZ 47.37 30.71 24.9 -
YUV 147.79 118.53 199.48 -
System Red Green Blue C M Y K H S L
Decimal 248 100 131 0 0.60 0.47 0.03 347.43 0.91 0.68
Hex F8 64 83 0 3C 2F 3 15B 5B 44
Octal 370 144 203 0 74 57 3 533 133 104
Binary 11111000 1100100 10000011 0 111100 101111 11 101011011 1011011 1000100

Color Harmonies of #F86483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86483

Black with #F86483

Text Example


Text Example

White with #F86483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86483; }

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

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

background-color css

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

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

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

border-color css

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

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

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