Html Css Color HEX #F85A7F Brink Pink

📋 copy color: '#F85A7F'

red 248 ◦ green 90 ◦ blue 127

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

Shades of Brink Pink #F85A7F

Tints of Brink Pink #F85A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.31%

R = 53.33%
G = 19.35%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F85A7F (or 0xF85A7F) is known color: Brink Pink. HEX triplet: F8, 5A and 7F. RGB value is (248,90,127). Sum of RGB (Red+Green+Blue) = 248+90+127=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85A7F is #07A580. Grayscale: #8D8D8D. Windows color (decimal): -501121 or 8346360. OLE color: 8346360.

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

Color convert

RGB 248 90 127 -
CMYK 0 0.64 0.49 0.03
HSL 345.95º 0.92% 0.66% -
HSV(B) 345.95º 0.64% 0.97% -
XYZ 46.2 28.8 23.2 -
YUV 141.46 119.85 203.99 -
System Red Green Blue C M Y K H S L
Decimal 248 90 127 0 0.64 0.49 0.03 345.95 0.92 0.66
Hex F8 5A 7F 0 40 31 3 15A 5C 42
Octal 370 132 177 0 100 61 3 532 134 102
Binary 11111000 1011010 1111111 0 1000000 110001 11 101011010 1011100 1000010

Color Harmonies of #F85A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85A7F

Black with #F85A7F

Text Example


Text Example

White with #F85A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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