Html Css Color HEX #F8617D Brink Pink

📋 copy color: '#F8617D'

red 248 ◦ green 97 ◦ blue 125

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

Shades of Brink Pink #F8617D

Tints of Brink Pink #F8617D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.64%

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

R = 52.77%
G = 20.64%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F8617D (or 0xF8617D) is known color: Brink Pink. HEX triplet: F8, 61 and 7D. RGB value is (248,97,125). Sum of RGB (Red+Green+Blue) = 248+97+125=470 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.77% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 248 - color contains mainly: red. Hex color #F8617D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8617D is #079E82. Grayscale: #919191. Windows color (decimal): -499331 or 8217080. OLE color: 8217080.

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

Color convert

RGB 248 97 125 -
CMYK 0 0.61 0.50 0.03
HSL 348.87º 0.92% 0.68% -
HSV(B) 348.87º 0.61% 0.97% -
XYZ 46.69 29.99 22.73 -
YUV 145.34 116.53 201.22 -
System Red Green Blue C M Y K H S L
Decimal 248 97 125 0 0.61 0.50 0.03 348.87 0.92 0.68
Hex F8 61 7D 0 3D 32 3 15D 5C 44
Octal 370 141 175 0 75 62 3 535 134 104
Binary 11111000 1100001 1111101 0 111101 110010 11 101011101 1011100 1000100

Color Harmonies of #F8617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8617D

Black with #F8617D

Text Example


Text Example

White with #F8617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8617D; }

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

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

background-color css

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

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

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

border-color css

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

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

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