Html Css Color HEX #F8567F Brink Pink

📋 copy color: '#F8567F'

red 248 ◦ green 86 ◦ blue 127

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

Shades of Brink Pink #F8567F

Tints of Brink Pink #F8567F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.66%

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

R = 53.8%
G = 18.66%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F8567F (or 0xF8567F) is known color: Brink Pink. HEX triplet: F8, 56 and 7F. RGB value is (248,86,127). Sum of RGB (Red+Green+Blue) = 248+86+127=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F8567F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8567F is #07A980. Grayscale: #8B8B8B. Windows color (decimal): -502145 or 8345336. OLE color: 8345336.

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

Color convert

RGB 248 86 127 -
CMYK 0 0.65 0.49 0.03
HSL 344.81º 0.92% 0.65% -
HSV(B) 344.81º 0.65% 0.97% -
XYZ 45.87 28.14 23.09 -
YUV 139.11 121.17 205.67 -
System Red Green Blue C M Y K H S L
Decimal 248 86 127 0 0.65 0.49 0.03 344.81 0.92 0.65
Hex F8 56 7F 0 41 31 3 159 5C 41
Octal 370 126 177 0 101 61 3 531 134 101
Binary 11111000 1010110 1111111 0 1000001 110001 11 101011001 1011100 1000001

Color Harmonies of #F8567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8567F

Black with #F8567F

Text Example


Text Example

White with #F8567F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8567F; }

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

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

background-color css

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

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

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

border-color css

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

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

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