Html Css Color HEX #F85A8B Brink Pink

📋 copy color: '#F85A8B'

red 248 ◦ green 90 ◦ blue 139

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

Shades of Brink Pink #F85A8B

Tints of Brink Pink #F85A8B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.87%

 BLUE value IS 139 (54.69% from 255) = 29.14%

R = 51.99%
G = 18.87%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F85A8B (or 0xF85A8B) is known color: Brink Pink. HEX triplet: F8, 5A and 8B. RGB value is (248,90,139). Sum of RGB (Red+Green+Blue) = 248+90+139=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85A8B is #07A574. Grayscale: #8E8E8E. Windows color (decimal): -501109 or 9132792. OLE color: 9132792.

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

Color convert

RGB 248 90 139 -
CMYK 0 0.64 0.44 0.03
HSL 341.39º 0.92% 0.66% -
HSV(B) 341.39º 0.64% 0.97% -
XYZ 47.03 29.13 27.57 -
YUV 142.83 125.85 203.02 -
System Red Green Blue C M Y K H S L
Decimal 248 90 139 0 0.64 0.44 0.03 341.39 0.92 0.66
Hex F8 5A 8B 0 40 2C 3 155 5C 42
Octal 370 132 213 0 100 54 3 525 134 102
Binary 11111000 1011010 10001011 0 1000000 101100 11 101010101 1011100 1000010

Color Harmonies of #F85A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85A8B

Black with #F85A8B

Text Example


Text Example

White with #F85A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85A8B; }

 p { color: rgb(248,90,139); }

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

background-color css

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

 a { background-color: rgb(248,90,139); }

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

border-color css

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

 span { border-color: rgb(248,90,139); }

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