Html Css Color HEX #F85583 Brink Pink

📋 copy color: '#F85583'

red 248 ◦ green 85 ◦ blue 131

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

Shades of Brink Pink #F85583

Tints of Brink Pink #F85583

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.32%

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

R = 53.45%
G = 18.32%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F85583 (or 0xF85583) is known color: Brink Pink. HEX triplet: F8, 55 and 83. RGB value is (248,85,131). Sum of RGB (Red+Green+Blue) = 248+85+131=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F85583 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85583 is #07AA7C. Grayscale: #8A8A8A. Windows color (decimal): -502397 or 8607224. OLE color: 8607224.

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

Color convert

RGB 248 85 131 -
CMYK 0 0.66 0.47 0.03
HSL 343.07º 0.92% 0.65% -
HSV(B) 343.07º 0.66% 0.97% -
XYZ 46.06 28.09 24.47 -
YUV 138.98 123.5 205.76 -
System Red Green Blue C M Y K H S L
Decimal 248 85 131 0 0.66 0.47 0.03 343.07 0.92 0.65
Hex F8 55 83 0 42 2F 3 157 5C 41
Octal 370 125 203 0 102 57 3 527 134 101
Binary 11111000 1010101 10000011 0 1000010 101111 11 101010111 1011100 1000001

Color Harmonies of #F85583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85583

Black with #F85583

Text Example


Text Example

White with #F85583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85583; }

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

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

background-color css

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

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

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

border-color css

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

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

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