Html Css Color HEX #FF668E Brink Pink

📋 copy color: '#FF668E'

red 255 ◦ green 102 ◦ blue 142

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

Shades of Brink Pink #FF668E

Tints of Brink Pink #FF668E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.46%

R = 51.1%
G = 20.44%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF668E (or 0xFF668E) is known color: Brink Pink. HEX triplet: FF, 66 and 8E. RGB value is (255,102,142). Sum of RGB (Red+Green+Blue) = 255+102+142=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF668E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF668E is #009971. Grayscale: #989898. Windows color (decimal): -39282 or 9332479. OLE color: 9332479.

HSL color Cylindrical-coordinate representation of color #FF668E: hue angle of 344.31º 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 #FF668E is Cyan = 0, Magento = 0.6, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB 255 102 142 -
CMYK 0 0.6 0.44 0
HSL 344.31º 1% 0.7% -
HSV(B) 344.31º 0.6% 1% -
XYZ 50.87 32.72 29.22 -
YUV 152.31 122.19 201.25 -
System Red Green Blue C M Y K H S L
Decimal 255 102 142 0 0.6 0.44 0 344.31 1 0.7
Hex FF 66 8E 0 3C 2C 0 158 64 46
Octal 377 146 216 0 74 54 0 530 144 106
Binary 11111111 1100110 10001110 0 111100 101100 0 101011000 1100100 1000110

Color Harmonies of #FF668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF668E

Black with #FF668E

Text Example


Text Example

White with #FF668E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF668E; }

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

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

background-color css

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

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

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

border-color css

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

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

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