Html Css Color HEX #F85884 Brink Pink

📋 copy color: '#F85884'

red 248 ◦ green 88 ◦ blue 132

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

Shades of Brink Pink #F85884

Tints of Brink Pink #F85884

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.8%

 BLUE value IS 132 (51.95% from 255) = 28.21%

R = 52.99%
G = 18.8%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F85884 (or 0xF85884) is known color: Brink Pink. HEX triplet: F8, 58 and 84. RGB value is (248,88,132). Sum of RGB (Red+Green+Blue) = 248+88+132=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F85884 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85884 is #07A77B. Grayscale: #8C8C8C. Windows color (decimal): -501628 or 8673528. OLE color: 8673528.

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

Color convert

RGB 248 88 132 -
CMYK 0 0.65 0.47 0.03
HSL 343.5º 0.92% 0.66% -
HSV(B) 343.5º 0.65% 0.97% -
XYZ 46.37 28.6 24.91 -
YUV 140.86 123.01 204.42 -
System Red Green Blue C M Y K H S L
Decimal 248 88 132 0 0.65 0.47 0.03 343.5 0.92 0.66
Hex F8 58 84 0 41 2F 3 158 5C 42
Octal 370 130 204 0 101 57 3 530 134 102
Binary 11111000 1011000 10000100 0 1000001 101111 11 101011000 1011100 1000010

Color Harmonies of #F85884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85884

Black with #F85884

Text Example


Text Example

White with #F85884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85884; }

 p { color: rgb(248,88,132); }

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

background-color css

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

 a { background-color: rgb(248,88,132); }

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

border-color css

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

 span { border-color: rgb(248,88,132); }

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