Html Css Color HEX #F86583 Brink Pink

📋 copy color: '#F86583'

red 248 ◦ green 101 ◦ blue 131

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

Shades of Brink Pink #F86583

Tints of Brink Pink #F86583

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.04%

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

R = 51.67%
G = 21.04%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F86583 (or 0xF86583) is known color: Brink Pink. HEX triplet: F8, 65 and 83. RGB value is (248,101,131). Sum of RGB (Red+Green+Blue) = 248+101+131=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F86583 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86583 is #079A7C. Grayscale: #949494. Windows color (decimal): -498301 or 8611320. OLE color: 8611320.

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

Color convert

RGB 248 101 131 -
CMYK 0 0.59 0.47 0.03
HSL 347.76º 0.91% 0.68% -
HSV(B) 347.76º 0.59% 0.97% -
XYZ 47.46 30.9 24.94 -
YUV 148.37 118.2 199.06 -
System Red Green Blue C M Y K H S L
Decimal 248 101 131 0 0.59 0.47 0.03 347.76 0.91 0.68
Hex F8 65 83 0 3B 2F 3 15C 5B 44
Octal 370 145 203 0 73 57 3 534 133 104
Binary 11111000 1100101 10000011 0 111011 101111 11 101011100 1011011 1000100

Color Harmonies of #F86583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86583

Black with #F86583

Text Example


Text Example

White with #F86583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86583; }

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

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

background-color css

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

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

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

border-color css

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

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

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