Html Css Color HEX #F8667D Brink Pink

📋 copy color: '#F8667D'

red 248 ◦ green 102 ◦ blue 125

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

Shades of Brink Pink #F8667D

Tints of Brink Pink #F8667D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.47%

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

R = 52.21%
G = 21.47%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F8667D (or 0xF8667D) is known color: Brink Pink. HEX triplet: F8, 66 and 7D. RGB value is (248,102,125). Sum of RGB (Red+Green+Blue) = 248+102+125=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F8667D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8667D is #079982. Grayscale: #949494. Windows color (decimal): -498051 or 8218360. OLE color: 8218360.

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

Color convert

RGB 248 102 125 -
CMYK 0 0.59 0.50 0.03
HSL 350.55º 0.91% 0.69% -
HSV(B) 350.55º 0.59% 0.97% -
XYZ 47.16 30.94 22.89 -
YUV 148.28 114.87 199.13 -
System Red Green Blue C M Y K H S L
Decimal 248 102 125 0 0.59 0.50 0.03 350.55 0.91 0.69
Hex F8 66 7D 0 3B 32 3 15F 5B 45
Octal 370 146 175 0 73 62 3 537 133 105
Binary 11111000 1100110 1111101 0 111011 110010 11 101011111 1011011 1000101

Color Harmonies of #F8667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8667D

Black with #F8667D

Text Example


Text Example

White with #F8667D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8667D; }

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

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

background-color css

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

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

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

border-color css

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

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

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