Html Css Color HEX #F85D84 Brink Pink

📋 copy color: '#F85D84'

red 248 ◦ green 93 ◦ blue 132

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

Shades of Brink Pink #F85D84

Tints of Brink Pink #F85D84

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.66%

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

R = 52.43%
G = 19.66%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F85D84 (or 0xF85D84) is known color: Brink Pink. HEX triplet: F8, 5D and 84. RGB value is (248,93,132). Sum of RGB (Red+Green+Blue) = 248+93+132=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85D84 is #07A27B. Grayscale: #8F8F8F. Windows color (decimal): -500348 or 8674808. OLE color: 8674808.

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

Color convert

RGB 248 93 132 -
CMYK 0 0.62 0.47 0.03
HSL 344.9º 0.92% 0.67% -
HSV(B) 344.9º 0.63% 0.97% -
XYZ 46.79 29.45 25.05 -
YUV 143.79 121.35 202.33 -
System Red Green Blue C M Y K H S L
Decimal 248 93 132 0 0.62 0.47 0.03 344.9 0.92 0.67
Hex F8 5D 84 0 3E 2F 3 159 5C 43
Octal 370 135 204 0 76 57 3 531 134 103
Binary 11111000 1011101 10000100 0 111110 101111 11 101011001 1011100 1000011

Color Harmonies of #F85D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85D84

Black with #F85D84

Text Example


Text Example

White with #F85D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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