Html Css Color HEX #FF667D Brink Pink

📋 copy color: '#FF667D'

red 255 ◦ green 102 ◦ blue 125

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

Shades of Brink Pink #FF667D

Tints of Brink Pink #FF667D

RGB

 RED value IS 255 (100% from 255) = 52.9%

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

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

R = 52.9%
G = 21.16%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF667D (or 0xFF667D) is known color: Brink Pink. HEX triplet: FF, 66 and 7D. RGB value is (255,102,125). Sum of RGB (Red+Green+Blue) = 255+102+125=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF667D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF667D is #009982. Grayscale: #969696. Windows color (decimal): -39299 or 8218367. OLE color: 8218367.

HSL color Cylindrical-coordinate representation of color #FF667D: hue angle of 350.98º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF667D is Cyan = 0, Magento = 0.6, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB 255 102 125 -
CMYK 0 0.6 0.51 0
HSL 350.98º 1% 0.7% -
HSV(B) 350.98º 0.6% 1% -
XYZ 49.69 32.24 23.01 -
YUV 150.37 113.69 202.63 -
System Red Green Blue C M Y K H S L
Decimal 255 102 125 0 0.6 0.51 0 350.98 1 0.7
Hex FF 66 7D 0 3C 33 0 15F 64 46
Octal 377 146 175 0 74 63 0 537 144 106
Binary 11111111 1100110 1111101 0 111100 110011 0 101011111 1100100 1000110

Color Harmonies of #FF667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF667D

Black with #FF667D

Text Example


Text Example

White with #FF667D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF667D; }

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

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

background-color css

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

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

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

border-color css

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

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

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