Html Css Color HEX #F85C7D Brink Pink

📋 copy color: '#F85C7D'

red 248 ◦ green 92 ◦ blue 125

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

Shades of Brink Pink #F85C7D

Tints of Brink Pink #F85C7D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.78%

 BLUE value IS 125 (49.22% from 255) = 26.88%

R = 53.33%
G = 19.78%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F85C7D (or 0xF85C7D) is known color: Brink Pink. HEX triplet: F8, 5C and 7D. RGB value is (248,92,125). Sum of RGB (Red+Green+Blue) = 248+92+125=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85C7D is #07A382. Grayscale: #8E8E8E. Windows color (decimal): -500611 or 8215800. OLE color: 8215800.

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

Color convert

RGB 248 92 125 -
CMYK 0 0.63 0.50 0.03
HSL 347.31º 0.92% 0.67% -
HSV(B) 347.31º 0.63% 0.97% -
XYZ 46.24 29.09 22.58 -
YUV 142.41 118.18 203.32 -
System Red Green Blue C M Y K H S L
Decimal 248 92 125 0 0.63 0.50 0.03 347.31 0.92 0.67
Hex F8 5C 7D 0 3F 32 3 15B 5C 43
Octal 370 134 175 0 77 62 3 533 134 103
Binary 11111000 1011100 1111101 0 111111 110010 11 101011011 1011100 1000011

Color Harmonies of #F85C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85C7D

Black with #F85C7D

Text Example


Text Example

White with #F85C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85C7D; }

 p { color: rgb(248,92,125); }

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

background-color css

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

 a { background-color: rgb(248,92,125); }

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

border-color css

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

 span { border-color: rgb(248,92,125); }

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