Html Css Color HEX #F8727D Brink Pink

📋 copy color: '#F8727D'

red 248 ◦ green 114 ◦ blue 125

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

Shades of Brink Pink #F8727D

Tints of Brink Pink #F8727D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.41%

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

R = 50.92%
G = 23.41%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F8727D (or 0xF8727D) is known color: Brink Pink. HEX triplet: F8, 72 and 7D. RGB value is (248,114,125). Sum of RGB (Red+Green+Blue) = 248+114+125=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F8727D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8727D is #078D82. Grayscale: #9B9B9B. Windows color (decimal): -494979 or 8221432. OLE color: 8221432.

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

Color convert

RGB 248 114 125 -
CMYK 0 0.54 0.50 0.03
HSL 355.07º 0.91% 0.71% -
HSV(B) 355.07º 0.54% 0.97% -
XYZ 48.43 33.47 23.31 -
YUV 155.32 110.89 194.11 -
System Red Green Blue C M Y K H S L
Decimal 248 114 125 0 0.54 0.50 0.03 355.07 0.91 0.71
Hex F8 72 7D 0 36 32 3 163 5B 47
Octal 370 162 175 0 66 62 3 543 133 107
Binary 11111000 1110010 1111101 0 110110 110010 11 101100011 1011011 1000111

Color Harmonies of #F8727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8727D

Black with #F8727D

Text Example


Text Example

White with #F8727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8727D; }

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

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

background-color css

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

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

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

border-color css

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

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

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