Html Css Color HEX #F85E7E Brink Pink

📋 copy color: '#F85E7E'

red 248 ◦ green 94 ◦ blue 126

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

Shades of Brink Pink #F85E7E

Tints of Brink Pink #F85E7E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.09%

 BLUE value IS 126 (49.61% from 255) = 26.92%

R = 52.99%
G = 20.09%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F85E7E (or 0xF85E7E) is known color: Brink Pink. HEX triplet: F8, 5E and 7E. RGB value is (248,94,126). Sum of RGB (Red+Green+Blue) = 248+94+126=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F85E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85E7E is #07A181. Grayscale: #8F8F8F. Windows color (decimal): -500098 or 8281848. OLE color: 8281848.

HSL color Cylindrical-coordinate representation of color #F85E7E: hue angle of 347.53º 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 #F85E7E is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 94 126 -
CMYK 0 0.62 0.49 0.03
HSL 347.53º 0.92% 0.67% -
HSV(B) 347.53º 0.62% 0.97% -
XYZ 46.48 29.47 22.98 -
YUV 143.69 118.02 202.4 -
System Red Green Blue C M Y K H S L
Decimal 248 94 126 0 0.62 0.49 0.03 347.53 0.92 0.67
Hex F8 5E 7E 0 3E 31 3 15C 5C 43
Octal 370 136 176 0 76 61 3 534 134 103
Binary 11111000 1011110 1111110 0 111110 110001 11 101011100 1011100 1000011

Color Harmonies of #F85E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85E7E

Black with #F85E7E

Text Example


Text Example

White with #F85E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85E7E; }

 p { color: rgb(248,94,126); }

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

background-color css

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

 a { background-color: rgb(248,94,126); }

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

border-color css

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

 span { border-color: rgb(248,94,126); }

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